first re-commit.
This commit is contained in:
12
restarter.sh
Normal file
12
restarter.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
|
||||
while true
|
||||
do
|
||||
echo START: `date`
|
||||
./server /dev/null 2>&1
|
||||
echo CRASH: `date`
|
||||
echo CRASH: `date` >> crash.log
|
||||
sleep 3
|
||||
done
|
||||
echo EXIT: `date`
|
Reference in New Issue
Block a user