commit 5e83dfff1e66d6fd2d466468f0b7087f26f69e5b
parent aed997841dd2c0d6cc121ff9ff64fd514b5668ae
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Mon, 16 Sep 2019 01:11:35 -0400
ffmpres: don't print commands
Former-commit-id: 26c4aa3dc1a8c76111fcd0a227cb14a392d5ef28
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/scripts/ffmpres b/scripts/ffmpres
@@ -1,7 +1,6 @@
#!/usr/bin/env bash
if ! command -v ffmpeg &> /dev/null; then echo "ffmpeg not found" && exit 1; fi
if ! [ -f "$1" ] ; then echo "$1 not found." && exit 1; fi
-set -x
main() {
case "$1" in
*.gif)