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 | a896548d0a3c8adc98a9c76c09b3433724e196ab (patch) | |
| tree | d83595ec680dfb0e7d58b2ac2af41d0790f5af32 /bin/icat | |
| parent | 57857f9382ccc0f2ce9bdff05bbbcce63da9f423 (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:- |
