1
0
mirror of https://github.com/e1ven/Robohash.git synced 2025-06-23 21:35:02 +00:00

6 lines
204 B
Bash
Raw Normal View History

2012-04-02 20:15:41 +00:00
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 &