Follow these steps to create a Hello World script: Create a new file called hello-world.sh touch hello-world.sh Make the script executable by running chmod+x hello-world.sh code example
Example: hello word bash
echo "Hello World"
echo "Hello World"