diff --git a/photobooth.sh b/photobooth.sh new file mode 100755 index 0000000..6a4a9b8 --- /dev/null +++ b/photobooth.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +PHOTOBOOTH_DIR=/home/pi/photobooth + +cd "${PHOTOBOOTH_DIR}" + +sudo ./photobooth.py 2>&1 > photobooth.log +