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