rename png2jpeg function

This commit is contained in:
Jan Jastrow 2024-08-10 00:50:08 +02:00
parent 49b9c9f0d2
commit 4edf109dcd

View File

@ -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