8 lines
111 B
Batchfile
8 lines
111 B
Batchfile
|
:;# amalgam of batch and shell scripts as a entry single point
|
||
|
|
||
|
:; twn.sh $@
|
||
|
:; exit
|
||
|
|
||
|
@echo off
|
||
|
bash twn.sh %*
|