4 lines
83 B
Batchfile
4 lines
83 B
Batchfile
|
@echo off
|
||
|
java -jar grammatica.jar "sunscript.grammar" --tokenize "test.sun"
|
||
|
pause
|