1. Hello script: create hello.sh for your first script #!/bin/bash # Hello world script echo “Enter your name > “ read username echo “Hello $username” 2. You can run script … more →
Welcome to |`()()+][)/|^('s blogrootxvn wrote 2 years ago: 1. Hello script: create hello.sh for your first script #!/bin/bash # Hello world script echo “ … more →