Advertisement
deckoff

Untitled

Oct 6th, 2019
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. for i in *.webp; do
  4. # [ -f "$i" ] || break
  5. echo ${i%.webp}
  6. # dwebp $i -o $newName.png
  7. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement