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