Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- for i in *.webp; do
- # [ -f "$i" ] || break
- echo ${i%.webp}
- # dwebp $i -o $newName.png
- done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement