mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
5 lines
90 B
Batchfile
5 lines
90 B
Batchfile
|
@ECHO OFF
|
||
|
cd ./mage-client
|
||
|
call startClientWin7
|
||
|
cd ../mage-server
|
||
|
call startServerWin7
|