#!/bin/sh # launcher.sh # Navigate to home directory, then to this directory, then execute python script, then back home. cd / cd /home/pi/code sudo python sw-shutdown3.py & sudo python rpmzero.py & sudo python motomast2.py cd / cd home/pi/code