Files
r_e_c_u_r/scripts/launcher.sh
2018-01-04 04:57:43 +00:00

10 lines
151 B
Bash

#!bin/bash
# launcher.sh
# navigate to home, to recur, run python then back
#export DISPLAY=:0.0
cd /
cd /home/pi/r_e_c_u_r
python3 r_e_c_u_r.py
cd /