First Shell script



chmod +x hello_world.sh


examples/bash/hello_world.sh
#!/usr/bin/env bash

echo "Hello World"