From 4edf109dcdc5d2bc46ba44e2f95a84074eceaee3 Mon Sep 17 00:00:00 2001 From: Jan Jastrow Date: Sat, 10 Aug 2024 00:50:08 +0200 Subject: [PATCH] rename png2jpeg function --- zsh/scripts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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