Added other major UNIX shells (ksh, csh, tcsh, zsh) and MS-Windows batch
This commit is contained in:
parent
837b96b00d
commit
1670308f44
3
b/batch.bat
Executable file
3
b/batch.bat
Executable file
@ -0,0 +1,3 @@
|
||||
@echo off
|
||||
echo Hello, World!
|
||||
pause
|
2
c/csh.csh
Normal file
2
c/csh.csh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/csh
|
||||
echo "Hello, World!"
|
2
k/ksh.ksh
Normal file
2
k/ksh.ksh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/ksh
|
||||
echo "Hello, World!"
|
2
t/tcsh.tcsh
Normal file
2
t/tcsh.tcsh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/tcsh
|
||||
echo "Hello, World!"
|
2
z/zsh.zsh
Normal file
2
z/zsh.zsh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/zsh
|
||||
echo "Hello, World!"
|
Loading…
x
Reference in New Issue
Block a user