mirror of
https://github.com/correl/mage.git
synced 2024-11-16 11:09:29 +00:00
5 lines
No EOL
72 B
Batchfile
5 lines
No EOL
72 B
Batchfile
@ECHO OFF
|
|
cd ./client
|
|
call startClient
|
|
cd ../server
|
|
call startServer |