]> Sergey Matveev's repositories - dotfiles.git/commitdiff
I use another paster implementation now
authorSergey Matveev <stargrave@stargrave.org>
Tue, 1 Nov 2022 13:29:46 +0000 (16:29 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 1 Nov 2022 13:29:46 +0000 (16:29 +0300)
bin/bin/mkss

index 11d9d426f1dd289e1840066af1d8b765f6d9fb2d..6ed2106ad2c9ec906c971999c5a2c22ffdc718c0 100755 (executable)
@@ -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