diff options
author | Akshay <[email protected]> | 2020-11-04 07:01:52 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2020-11-04 07:01:52 +0000 |
commit | 814e18ad2c85e50617785b9ec9a7370af74f09e6 (patch) | |
tree | be909b30df0428c3dc2480b91c97a9a6cc0425b1 | |
parent | 217334f9aadadde5004de6c6f5b9e86b2a94e722 (diff) |
oops bad practice
-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 \ |