projects
/
dotfiles.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a50698d
)
I use another paster implementation now
author
Sergey Matveev <stargrave@stargrave.org>
Tue, 1 Nov 2022 13:29:46 +0000 (16:29 +0300)
committer
Sergey Matveev <stargrave@stargrave.org>
Tue, 1 Nov 2022 13:29:46 +0000 (16:29 +0300)
bin/bin/mkss
patch
|
blob
|
history
diff --git
a/bin/bin/mkss
b/bin/bin/mkss
index 11d9d426f1dd289e1840066af1d8b765f6d9fb2d..6ed2106ad2c9ec906c971999c5a2c22ffdc718c0 100755
(executable)
--- 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