From: daniel watson Date: Mon, 27 Jun 2016 04:10:27 +0000 (-0700) Subject: ignore case in extension and add image types X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=commitdiff_plain;h=16b197b4927b248b60a1c117eff1ab84be25252a ignore case in extension and add image types sometimes an image needs to be modified and saved before being a frame in the video --- diff --git a/guide/convert-JPG-to-640x480-ogv.bash b/guide/convert-JPG-to-640x480-ogv.bash index 0d4a649..7762215 100755 --- a/guide/convert-JPG-to-640x480-ogv.bash +++ b/guide/convert-JPG-to-640x480-ogv.bash @@ -5,7 +5,7 @@ number=0 -for i in *.JPG +for i in $(find . -iname "*.jpg" -o -iname "*.png"|sort) do if test -f "$i" then