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