scripts/webptopng.sh

5 lines
74 B
Bash

for file in /home/red/Scripts/2/*
do
dwebp "$file" -o "$file.png"
done