#!/bin/bash cd $(dirname "$0") while true; do xinit /opt/photobox/photobox.py sleep 1 done