mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-12 11:20:15 +01:00
9 lines
152 B
Bash
9 lines
152 B
Bash
#!bin/sh
|
|
# launcher.sh
|
|
# navigate to home, to recur, run python then back
|
|
|
|
#export DISPLAY=:0.0
|
|
cd /
|
|
cd /home/pi/r_e_c_u_r
|
|
python display_centre.py
|
|
cd / |