]> Sergey Matveev's repositories - dotfiles.git/blobdiff - bin/bin/mkss
Fix path to command
[dotfiles.git] / 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