summaryrefslogtreecommitdiff
path: root/misc/scripts
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-03-08 15:28:27 -0600
committerJared Adams <jaxad0127@gmail.com>2009-03-08 15:28:27 -0600
commit65797cf24f1d03f9c6bc32d57847f337d8c7eda7 (patch)
tree1b50d30b48a9016d96cd20647f07dc77b31a6e60 /misc/scripts
parentc8da743b969b251bab107125d4af82ec7f4e376c (diff)
downloadtmwa-65797cf24f1d03f9c6bc32d57847f337d8c7eda7.tar.gz
tmwa-65797cf24f1d03f9c6bc32d57847f337d8c7eda7.tar.bz2
tmwa-65797cf24f1d03f9c6bc32d57847f337d8c7eda7.tar.xz
tmwa-65797cf24f1d03f9c6bc32d57847f337d8c7eda7.zip
Remove uneeded stuff
Diffstat (limited to 'misc/scripts')
-rw-r--r--misc/scripts/char-server.sh4
-rw-r--r--misc/scripts/char_start3
-rw-r--r--misc/scripts/login-server.sh4
-rw-r--r--misc/scripts/login_start3
-rw-r--r--misc/scripts/map-server.sh4
-rw-r--r--misc/scripts/map_start3
-rw-r--r--misc/scripts/object_del.bat12
-rw-r--r--misc/scripts/start32
8 files changed, 0 insertions, 65 deletions
diff --git a/misc/scripts/char-server.sh b/misc/scripts/char-server.sh
deleted file mode 100644
index 77931f9..0000000
--- a/misc/scripts/char-server.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-while [ true ] ; do
- nice -n 19./char-server
-done
diff --git a/misc/scripts/char_start b/misc/scripts/char_start
deleted file mode 100644
index 425140f..0000000
--- a/misc/scripts/char_start
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-cd /home/tmw-server/tmw-server
-./char-server >/dev/null &
diff --git a/misc/scripts/login-server.sh b/misc/scripts/login-server.sh
deleted file mode 100644
index 8a3fe69..0000000
--- a/misc/scripts/login-server.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-while [ true ] ; do
- nice -n 19 ./login-server
-done
diff --git a/misc/scripts/login_start b/misc/scripts/login_start
deleted file mode 100644
index f3630d3..0000000
--- a/misc/scripts/login_start
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-cd /home/tmw-server/tmw-server/
-./login-server >/dev/null &
diff --git a/misc/scripts/map-server.sh b/misc/scripts/map-server.sh
deleted file mode 100644
index 7105add..0000000
--- a/misc/scripts/map-server.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-while [ true ] ; do
- nice -n 19 ./map-server
-done
diff --git a/misc/scripts/map_start b/misc/scripts/map_start
deleted file mode 100644
index c498ac1..0000000
--- a/misc/scripts/map_start
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-cd /home/tmw-server/tmw-server/
-./map-server >/dev/null &
diff --git a/misc/scripts/object_del.bat b/misc/scripts/object_del.bat
deleted file mode 100644
index a93e53f..0000000
--- a/misc/scripts/object_del.bat
+++ /dev/null
@@ -1,12 +0,0 @@
-echo Y | del src\char\*.o
-echo Y | del src\char\GNUmakefile
-echo Y | del src\char_sql\*.o
-echo Y | del src\char_sql\GNUmakefile
-echo Y | del src\common\*.o
-echo Y | del src\common\GNUmakefile
-echo Y | del src\login\*.o
-echo Y | del src\login\GNUmakefile
-echo Y | del src\login_sql\*.o
-echo Y | del src\login_sql\GNUmakefile
-echo Y | del src\map\*.o
-echo Y | del src\map\GNUmakefile
diff --git a/misc/scripts/start b/misc/scripts/start
deleted file mode 100644
index e80d507..0000000
--- a/misc/scripts/start
+++ /dev/null
@@ -1,32 +0,0 @@
-# /bin/bash
-
-./athena-start start
-sleep 30
-
-while [ true ] ; do
-if [ " 0" = "$(ps | grep -e login | wc -l)" ] ||
- [ " 0" = "$(ps | grep -e char | wc -l)" ] ||
- [ " 0" = "$(ps | grep -e map | wc -l)" ]; then
-printf "Error:"
-date
- sleep 10
- printf "Checking:"
- date
- if [ " 0" = "$(ps | grep -e login | wc -l)" ] ||
- [ " 0" = "$(ps | grep -e char | wc -l)" ] ||
- [ " 0" = "$(ps | grep -e map | wc -l)" ]; then
- printf "Error Confirmation:"
- date
- printf "Restoration:"
- date
- ./athena-start start
- else
- printf "Check Miss Sorry:"
- date
- fi
-else
-#printf "Check OK:"
-#date
-fi
-sleep 10
-done \ No newline at end of file