forked from External/mage
5 lines
79 B
Bash
5 lines
79 B
Bash
#!/bin/sh
|
|
cd ./mage-client
|
|
./startClient.sh
|
|
cd ../mage-server
|
|
./startServer.sh
|