diff --git a/hello-world.sh b/hello-world.sh new file mode 100644 index 0000000..02339cc --- /dev/null +++ b/hello-world.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +echo "hello, world"