summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon GECOS <u@adam>2022-12-17 21:37:58 -0500
committerAndrew Cady <d@cryptonomic.net>2023-04-04 16:37:00 -0400
commitf850170840635a7983c3e688cdaaba00850409f2 (patch)
tree6c82666db76b61d3018be346c06bc08cf6201c0e
parentf082da1c5fb087d95cf4737997096a62b0f94d86 (diff)
new command montage0
-rwxr-xr-xdot/local/bin/montage05
1 files changed, 5 insertions, 0 deletions
diff --git a/dot/local/bin/montage0 b/dot/local/bin/montage0
new file mode 100755
index 0000000..8e0e4ff
--- /dev/null
+++ b/dot/local/bin/montage0
@@ -0,0 +1,5 @@
1#!/bin/sh
2# Thanks to Anthony Thyssen.
3# https://legacy.imagemagick.org/discourse-server/viewtopic.php?p=66007#p66007
4
5montage -geometry '1x1+0+0<' "$@"