Removal of unneeded script files

This commit is contained in:
Marwolf
2018-08-10 22:29:33 -04:00
parent d59dcdaaed
commit b3b48f737d
9 changed files with 3 additions and 74 deletions

View File

@@ -1,7 +0,0 @@
#!/bin/bash
echo ""
echo "Deleting local repositories."
echo ""
sudo make flush
echo ""

View File

@@ -1,10 +0,0 @@
@echo off
echo:
echo Deleting local repositories.
echo:
make flush-windows
echo:
echo:
echo Local repositories have been deleted.
echo:

View File

@@ -1,9 +0,0 @@
#!/bin/bash
echo ""
echo "Fetching updates to local repositories."
echo ""
sudo git pull
sudo make pull-game
sudo make pull-website
echo ""

View File

@@ -1,12 +0,0 @@
@echo off
echo:
echo Fetching updates to local repositories.
echo:
git pull
make pull-game-windows
make pull-website-windows
echo:
echo:
echo Local repositories have been updated if existing.
echo:

View File

@@ -1,17 +0,0 @@
#!/bin/bash
echo ""
echo "Attempting to import (or overwrite) the game database."
echo ""
sudo make import-game
echo ""
echo ""
echo "Attempting to import (or overwrite) the website database."
echo ""
sudo make import-website
echo ""
echo ""
echo "Attempting to import (or overwrite) the wiki database."
echo ""
sudo make import-wiki
echo ""

View File

@@ -1,9 +0,0 @@
#!/bin/bash
echo ""
echo "Stopping the running Docker containers."
echo ""
echo ""
sudo make stop
echo ""
echo ""

View File

@@ -1,12 +1,13 @@
@echo off
echo:
echo:
echo Stopping associated Docker containers.
echo:
make stop
echo:
echo:
echo:
echo Killing any instances of the game server that are running in the background.
echo:
tskill java /a
echo:
echo:

View File

@@ -1,3 +0,0 @@
#!/bin/bash
sudo make logs

View File

@@ -1,5 +0,0 @@
@echo off
echo:
make logs
echo: