]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Fix path to command
authorSergey Matveev <stargrave@stargrave.org>
Tue, 31 Jan 2023 14:31:55 +0000 (17:31 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 31 Jan 2023 14:31:55 +0000 (17:31 +0300)
bin/bin/mkss

index 6ed2106ad2c9ec906c971999c5a2c22ffdc718c0..dfe03a33632a1bf38f749621340d067fd4a221a0 100755 (executable)
@@ -5,6 +5,6 @@ tmp=`mktemp`
 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
+my-cwebpl -o $tmp.webp $tmp.png
 paster $tmp.webp > $tmp.txt
 xmessage -file $tmp.txt