remove tail

This commit is contained in:
breakwa11 2015-06-30 15:34:02 +08:00
parent 543a5903a1
commit 3af426b13b
2 changed files with 0 additions and 2 deletions

1
run.sh
View file

@ -3,4 +3,3 @@
eval $(ps -ef | grep "[0-9] python server\\.py" | awk '{print "kill "$2}')
nohup python server.py >> ssserver.log 2>&1 &
tail -f ssserver.log

View file

@ -3,4 +3,3 @@
eval $(ps -ef | grep "[0-9] python server\\.py a" | awk '{print "kill "$2}')
nohup python server.py a >> ssserver.log 2>&1 &
tail -f ssserver.log