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

11 lines
235 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
sleep 10
while true; do
/usr/bin/midori -e Fullscreen -a http://localhost:3000
done