Advertisement
Guest User

Untitled

a guest
Mar 7th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #!/bin/bash
  2. FILES="$1/*.svg"
  3. for file in "$FILES"
  4. do
  5. echo "$(basename $file)"
  6. #inkscape -z "$(basename $file)" -e "$(basename $file .svg).png"
  7. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement