6 lines
66 B
Batchfile
6 lines
66 B
Batchfile
@echo off
|
|
pushd %~dp0
|
|
cd ..
|
|
dart .\util\lib\main.dart %* & ^
|
|
popd
|