remove tail
This commit is contained in:
parent
543a5903a1
commit
3af426b13b
2 changed files with 0 additions and 2 deletions
1
run.sh
1
run.sh
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue