From: Sergey Matveev Date: Tue, 1 Nov 2022 13:29:46 +0000 (+0300) Subject: I use another paster implementation now X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;ds=sidebyside;h=4f895a547139e314f2ee1bfc839e69db2773cf06;p=dotfiles.git I use another paster implementation now --- diff --git a/bin/bin/mkss b/bin/bin/mkss index 11d9d42..6ed2106 100755 --- a/bin/bin/mkss +++ b/bin/bin/mkss @@ -6,5 +6,5 @@ trap "rm -f $tmp $tmp.png $tmp.webp $tmp.txt" HUP PIPE INT QUIT TERM EXIT [ "$1" = "root" ] && root="-window root" || root="" import $root $tmp.png cwebpl.sh -o $tmp.webp $tmp.png -paster-tls $tmp.webp > $tmp.txt +paster $tmp.webp > $tmp.txt xmessage -file $tmp.txt