Shell Script



examples/linux/hello_world.sh
#!/bin/bash

echo "Hello World"

$ chmod u+x hello_world.sh
$ ./hello_world.sh