#!/bin/bash screen -d -dmS controller screen -S controller -X stuff 'bash'`echo -ne '\015'` screen -S controller -X stuff 'cd /home/pi/python-hat-e-ink-demo-code/'`echo -ne '\015'` screen -S controller -X stuff 'python3 PIcontroller.py'`echo -ne '\015'`