git-subtree-dir: external/mINI git-subtree-split: 52b66e987cb56171dc91d96115cdf094b6e4d7a0
7 lines
82 B
Batchfile
7 lines
82 B
Batchfile
@echo off
|
|
IF %1.==. GOTO ERR
|
|
%1.exe -p
|
|
GOTO END
|
|
:ERR
|
|
echo Use: %0 [test name]
|
|
:END |