diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-04-02 19:41:35 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-04-02 19:41:35 +0200 |
commit | b8dbf7b98bd85e9cdfa0a47a04d759a4cd8aae53 (patch) | |
tree | 9c1734d55d22c56671c2ff43adfb80f8c2c37c82 | |
parent | 7c04038cb1c56a43d40df52213c7eb4be375279c (diff) | |
download | bin-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>
-rwxr-xr-x | fb-img-resize | 2 |
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"/* |