diff --git a/zsh/scripts b/zsh/scripts index a161e83..9e62913 100644 --- a/zsh/scripts +++ b/zsh/scripts @@ -49,8 +49,8 @@ function pushover() { https://api.pushover.net/1/messages.json } -# png to jpg 95 -function png2web() { +# png to jpeg 95 +function png2jpeg() { findpath=$1 : "${findpath:="."}" find "$findpath" -name '*.png' | while read -r f ; do