Kitchen-Radio/start.sh
2016-01-29 11:03:22 +01:00

10 lines
226 B
Bash

#!/bin/sh
unclutter &
#matchbox-window-manager & :
xset -dpms
xset s off
/opt/node/bin/pm2 start /opt/radio/kitchenradio/bin/www --name KitchenRadio
while true; do
/usr/bin/midori -e Fullscreen -a http://localhost:3000
done