From d50331065e1c9dd7e16c2cce81db6dd731b543c3 Mon Sep 17 00:00:00 2001 From: Ole Tange Date: Sun, 2 Sep 2018 18:36:42 +0200 Subject: [PATCH] vid: webm added as video type. --- vid/vid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vid/vid b/vid/vid index f8551c1..b12efdd 100755 --- a/vid/vid +++ b/vid/vid @@ -67,7 +67,7 @@ B stdin() { if tty -s ; then # STDIN is terminal - find . -iregex '.*\(rm\|mov\|mpg\|mpeg\|avi\|wmv\|flv\|mp4\|3gp\)$' -type f | + find . -iregex '.*\(webm\|rm\|mov\|mpg\|mpeg\|avi\|wmv\|flv\|mp4\|3gp\)$' -type f | # Sort by size - descending perl -e 'print map {"$_\n"} sort { chomp $a;chomp $b; -s $b <=> -s $a } <>' else