Added other major UNIX shells (ksh, csh, tcsh, zsh) and MS-Windows batch

This commit is contained in:
faisalman
2011-04-05 16:07:26 +07:00
parent 837b96b00d
commit 1670308f44
5 changed files with 11 additions and 0 deletions

2
k/ksh.ksh Normal file
View File

@@ -0,0 +1,2 @@
#!/bin/ksh
echo "Hello, World!"