This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
sxiv
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Silence error messages in image-info script
master
Bert Münnich
8 years ago
parent
86dc6860f9
commit
891f389f0e
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
exec/image-info
+ 2
- 0
exec/image-info
View File
@@ -10,6 +10,8 @@
s=" | " # field separator
exec 2>/dev/null
filename=$(basename -- "$1")
filesize=$(du -Hh -- "$1" | cut -f 1)
Write
Preview
Loading…
Cancel
Save