diff --git a/bin/hello_world.sh b/bin/hello_world.sh new file mode 100755 index 0000000..94e0f20 --- /dev/null +++ b/bin/hello_world.sh @@ -0,0 +1,2 @@ +#!/bin/sh +echo "Hello World"