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