9 lines
117 B
Bash
Executable File
9 lines
117 B
Bash
Executable File
#!/bin/bash
|
|
|
|
PHOTOBOOTH_DIR=/home/pi/photobooth
|
|
|
|
cd "${PHOTOBOOTH_DIR}"
|
|
|
|
sudo ./photobooth.py 2>&1 > photobooth.log
|
|
|