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