mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
dev: clean up old files
This commit is contained in:
parent
095e481560
commit
ea86d3e3ef
3 changed files with 0 additions and 15 deletions
|
|
@ -1,5 +0,0 @@
|
||||||
@ECHO OFF
|
|
||||||
cd ./mage-client
|
|
||||||
call startClient
|
|
||||||
cd ../mage-server
|
|
||||||
call startServer
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
cd ./mage-client
|
|
||||||
./startClient.sh
|
|
||||||
cd ../mage-server
|
|
||||||
./startServer.sh
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
@ECHO OFF
|
|
||||||
cd ./mage-client
|
|
||||||
call startClientWin7
|
|
||||||
cd ../mage-server
|
|
||||||
call startServerWin7
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue