11 lines
235 B
Bash
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 |