diff options
-rwxr-xr-x | scripts/scripts/record | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/scripts/record b/scripts/scripts/record index bc59fb7..44c00a6 100755 --- a/scripts/scripts/record +++ b/scripts/scripts/record | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/bin/bash | 1 | #! /usr/bin/env bash |
2 | slop=$(slop -f "%x %y %w %h %g %i") || exit 1 | 2 | slop=$(slop -f "%x %y %w %h %g %i") || exit 1 |
3 | read -r X Y W H G ID < <(echo $slop) | 3 | read -r X Y W H G ID < <(echo $slop) |
4 | ffmpeg \ | 4 | ffmpeg \ |