Basic Bash Script Structure
# My first bash script echo "Hello, Linux world!" # Variables NAME="User" echo "Hello, $NAME!"