diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-03-12 08:21:05 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-03-12 08:21:05 +0100 |
commit | 24a351df42c4805efe27d38256b4c6e3e07f84c4 (patch) | |
tree | 14522668876f3928a0e89cdfedb565f608d127bf /.local/share/bin/ccpreview | |
parent | 43f821b2450aacfc818a4b8ffec52acfc6bc799f (diff) |
fix more POSIX sh compatibility
Diffstat (limited to '.local/share/bin/ccpreview')
-rwxr-xr-x | .local/share/bin/ccpreview | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.local/share/bin/ccpreview b/.local/share/bin/ccpreview index 7ae1f53..d0f8525 100755 --- a/.local/share/bin/ccpreview +++ b/.local/share/bin/ccpreview @@ -37,7 +37,6 @@ mpv --demuxer-lavf-format=video4linux2 \ --no-osc \ --no-input-default-bindings \ "av://v4l2:$DEVICE" - # &> /dev/null & disown pw-link -d "$CAPTURE_FL" "$OUTPUT_FL" pw-link -d "$CAPTURE_FR" "$OUTPUT_FR" |