Script cleanup

This commit is contained in:
Marwolf
2018-07-16 17:34:04 -04:00
parent 98f2bd6394
commit bf3e60632b
17 changed files with 136 additions and 17 deletions

View File

@@ -1,8 +1,12 @@
@echo off
echo:
echo Stopping the running Docker containers.
echo:
Windows\make stop
echo:
echo:
echo Killing any running in the background instance of the game server.
echo:
tskill java /a
echo: