summaryrefslogtreecommitdiff
path: root/xii
diff options
context:
space:
mode:
Diffstat (limited to 'xii')
-rwxr-xr-xxii4
1 files changed, 2 insertions, 2 deletions
diff --git a/xii b/xii
index c79e967..fd88276 100755
--- a/xii
+++ b/xii
@@ -1,6 +1,6 @@
#!/bin/sh
-# Download and display X-Image images
+# Download and display images referenced in Image headers
: ${VIEWER:=fbi}
@@ -8,7 +8,7 @@
dir=/tmp/$RANDOM
mkdir $dir
-sed -n 's/^X-Image: //p' |
+sed -n 's/^Image: //p' |
while read url
do
curl "$url" > $dir/$RANDOM