Stable version 1.1

This commit is contained in:
Bert Münnich
2013-03-30 12:50:54 +01:00
parent 6f05e77728
commit af69b2a7bb
3 changed files with 11 additions and 2 deletions

View File

@ -8,7 +8,7 @@
s=" | " # field separator
filename=$(basename "$1")
filesize=$(du -h "$1" | cut -f 1)
filesize=$(du -Hh "$1" | cut -f 1)
geometry=$(identify -format '%wx%h' "$1[0]")