send_command
This commit is contained in:
parent
b813568179
commit
5908d47a56
|
@ -0,0 +1,4 @@
|
||||||
|
echo off
|
||||||
|
set arg1=%1
|
||||||
|
cd ../console
|
||||||
|
java -jar rusefi_console.jar send_command %arg1%
|
Loading…
Reference in New Issue