First Shell script
- echo
- chmod
- #!
chmod +x hello_world.sh
#!/usr/bin/env bash
echo "Hello World"
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
chmod +x hello_world.sh
#!/usr/bin/env bash
echo "Hello World"