Stable version 1.1
This commit is contained in:
@ -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]")
|
||||
|
||||
|
Reference in New Issue
Block a user