mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-23 10:59:57 +01:00
rename png2jpeg function
This commit is contained in:
parent
49b9c9f0d2
commit
4edf109dcd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user