diff --git a/ksh.sh b/ksh.sh new file mode 100755 index 00000000..a3e8a54f --- /dev/null +++ b/ksh.sh @@ -0,0 +1,2 @@ +#!/bin/ksh +echo 'Hello World'