Skip to content

Instantly share code, notes, and snippets.

@srusskih
Created February 8, 2013 12:54
Show Gist options
  • Save srusskih/4738879 to your computer and use it in GitHub Desktop.
Save srusskih/4738879 to your computer and use it in GitHub Desktop.
converting PSD to PNG
for i in *.psd; do convert "$i[0]" ${i%.psd}.png; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment