diff --git a/hello-guys.sh b/hello-guys.sh new file mode 100755 index 000000000..26d47be69 --- /dev/null +++ b/hello-guys.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +echo "Hello guys" \ No newline at end of file