diff options
Diffstat (limited to 'scripts/commands/:camera-off')
| -rwxr-xr-x | scripts/commands/:camera-off | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/commands/:camera-off b/scripts/commands/:camera-off new file mode 100755 index 0000000..ba1429e --- /dev/null +++ b/scripts/commands/:camera-off @@ -0,0 +1,3 @@ +#!/usr/bin/env sh + +dsudo modprobe -r uvcvideo && notify-send "Camera turned off" || notify-send "Something went wrong" |
