Guest User

Untitled

a guest
Jun 14th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. # Do this on a COPY of your folder (or check the folder into Git first!)
  2. Dir.entries("/path/to/assets").each{|filename| File.rename(filename, filename[6..255]) if File.extname(filename)==".png"}
Add Comment
Please, Sign In to add comment