mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-12 03:10:17 +01:00
10 lines
151 B
Bash
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 /
|