5 lines
156 B
Bash
5 lines
156 B
Bash
#!/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/.images |