summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xfb-img-resize2
1 files changed, 1 insertions, 1 deletions
diff --git a/fb-img-resize b/fb-img-resize
index 8825b5b..16e0087 100755
--- a/fb-img-resize
+++ b/fb-img-resize
@@ -9,4 +9,4 @@ for i in "$@"; do
convert "$i" -resize 1500x1500 "$TMPDIR/${i##*/}"
done
-fb -m "$TMPDIR"/*
+fb "$TMPDIR"/*