mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
5 lines
84 B
Bash
5 lines
84 B
Bash
#!/bin/sh
|
|
cd ./mage-client
|
|
./startClient.sh
|
|
cd ../mage-server
|
|
./startServer.sh
|