diff options
| author | Marc Vertes <mvertes@free.fr> | 2020-10-15 22:23:27 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2020-10-15 22:23:27 +0200 |
| commit | 42f34848a96bf0f63acde79ebe79b073847c3cd9 (patch) | |
| tree | e3fb2fae7f317f7637488f9660520966bae369b4 /bin/icat | |
| parent | c2f239ff635d09d28a9536b821a877579729d2d0 (diff) | |
add sixel tools
Diffstat (limited to 'bin/icat')
| -rwxr-xr-x | bin/icat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/icat b/bin/icat new file mode 100755 index 0000000..b15a6d4 --- /dev/null +++ b/bin/icat @@ -0,0 +1,2 @@ +#!/bin/sh +exec convert -resize '800x480>' -flatten -- ${1:--} sixel:- |
