cammiechat/restart.sh

7 lines
83 B
Bash
Executable File

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