Robohash/robohash/restart.sh
2013-12-04 16:15:01 -05:00

6 lines
204 B
Bash
Executable File

killall python
nohup ./webfront.py --port=8080 > /dev/null &
nohup ./webfront.py --port=8081 > /dev/null &
nohup ./webfront.py --port=8082 > /dev/null &
nohup ./webfront.py --port=8083 > /dev/null &