comparison imgtconvert.sh @ 5:387fce4a1dd4 draft

Uploaded
author davidvanzessen
date Mon, 07 Jul 2014 09:48:59 -0400
parents f8ba6ab5514b
children
comparison
equal deleted inserted replaced
4:021d39f6bb0e 5:387fce4a1dd4
41 41
42 if [[ "$f" == *"$zipType"* ]] 42 if [[ "$f" == *"$zipType"* ]]
43 then 43 then
44 echo "Zip archive" 44 echo "Zip archive"
45 echo "Trying: unzip $1 -d $PWD/files/" 45 echo "Trying: unzip $1 -d $PWD/files/"
46 unzip $1 -d $PWD/files/ 46 unzip $1 -d $PWD/files/ > $PWD/unziplog.log
47 fi 47 fi
48 48
49 if [[ "$f" == *"$rarType"* ]] 49 if [[ "$f" == *"$rarType"* ]]
50 then 50 then
51 echo "RAR archive" 51 echo "RAR archive"