8 lines
145 B
Batchfile
8 lines
145 B
Batchfile
@echo off
|
|
|
|
rem Double-clickable version of test_all.sh on Windows/Cygwin
|
|
rem sh.exe must be in %PATH%
|
|
|
|
sh .\test_all.sh | tee test_all.log
|
|
pause
|