Bash Shebang | Linuxize
ResultOpen your text editor and paste the following line: nano hello_world. hello_world. #!/bin/bash. echo "Hello, World". To be able to run the script without specifying the interpreter from the command line you'll need to make the file executable : chmod +x hello_world.