5 lines
164 B
Bash
Executable File
5 lines
164 B
Bash
Executable File
#!/bin/sh
|
|
# launcher.sh
|
|
# navigate to home directory, then to this directory, then execute python script, then back home
|
|
|
|
sudo chmod 777 -R /home/pi/BoothPi/.images |