summaryrefslogtreecommitdiffstats
path: root/fb-img-resize
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2016-04-02 19:41:35 +0200
committerFlorian Pritz <bluewind@xinu.at>2016-04-02 19:41:35 +0200
commitb8dbf7b98bd85e9cdfa0a47a04d759a4cd8aae53 (patch)
tree9c1734d55d22c56671c2ff43adfb80f8c2c37c82 /fb-img-resize
parent7c04038cb1c56a43d40df52213c7eb4be375279c (diff)
downloadbin-b8dbf7b98bd85e9cdfa0a47a04d759a4cd8aae53.tar.gz
bin-b8dbf7b98bd85e9cdfa0a47a04d759a4cd8aae53.tar.xz
fb-img-resize: Let fb determine when to create multipaste
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'fb-img-resize')
-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"/*