element-web/riot/stop.sh
2018-07-18 17:52:51 +02:00

3 lines
No EOL
49 B
Bash

PIDFILE=riot.pid
kill $(cat $PIDFILE)
rm $PIDFILE