This commit is contained in:
2023-12-22 22:53:54 -05:00
commit 2821b7e9a1
45 changed files with 8425 additions and 0 deletions

10
checkuworld Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/sh
if (ps augxw | grep -i uworld | grep -v grep > /dev/null)
then
sleep 0
else
echo "* Uworld server started at" >> /ecn/ecnstf0/danny/dvmitche/uworld/uworldcronlog
date >> /ecn/ecnstf0/danny/dvmitche/uworld/uworldcronlog
/ecn/ecnstf0/danny/dvmitche/uworld/uworld > /dev/null &
exit 0
fi