From: Sergey Matveev Date: Tue, 31 Jan 2023 14:31:55 +0000 (+0300) Subject: Fix path to command X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=0830b78630b78286b34dfb6b27c008438ba9bdd9;p=dotfiles.git Fix path to command --- diff --git a/bin/bin/mkss b/bin/bin/mkss index 6ed2106..dfe03a3 100755 --- a/bin/bin/mkss +++ b/bin/bin/mkss @@ -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