Added script to enable autostart of photobooth
This commit is contained in:
5
autostart.sh
Executable file
5
autostart.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
.venv/bin/python -m photobooth
|
||||
|
||||
Reference in New Issue
Block a user