Robohash/restart.sh
2012-04-02 20:15:41 +00: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 &