cammiechat/restart.sh
2018-12-04 20:07:17 +01:00

6 lines
83 B
Bash
Executable file

#!/bin/bash
killall gunicorn
./runChat & disown
sleep 1
DISPLAY=:0 xdotool key F5