diff --git a/hello.sh b/hello.sh new file mode 100755 index 0000000000000000000000000000000000000000..08610779f14db4938ac6be03e2ff40ebd36d7d01 --- /dev/null +++ b/hello.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +echo "hello world!"