mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-13 11:50:12 +01:00
9 lines
152 B
Bash
Executable File
9 lines
152 B
Bash
Executable File
#!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 / |