cammiechat/restart.sh

7 lines
83 B
Bash
Raw Normal View History

2018-12-04 19:07:17 +00:00
#!/bin/bash
killall gunicorn
./runChat & disown
sleep 1
DISPLAY=:0 xdotool key F5