dev: clean up old files

This commit is contained in:
Oleg Agafonov 2024-05-10 20:25:21 +04:00
parent 095e481560
commit ea86d3e3ef
3 changed files with 0 additions and 15 deletions

View file

@ -1,5 +0,0 @@
@ECHO OFF
cd ./mage-client
call startClient
cd ../mage-server
call startServer

View file

@ -1,5 +0,0 @@
#!/bin/sh
cd ./mage-client
./startClient.sh
cd ../mage-server
./startServer.sh

View file

@ -1,5 +0,0 @@
@ECHO OFF
cd ./mage-client
call startClientWin7
cd ../mage-server
call startServerWin7