Advertisement
Guest User

Untitled

a guest
Jul 30th, 2014
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.09 KB | None | 0 0
  1. #!/bin/bash
  2. for file in *.webp; do
  3.     dwebp -o "`basename $file .webp`.png" "$file"
  4. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement