Skip to content

Instantly share code, notes, and snippets.

@lukexie
Last active July 27, 2017 01:08
Show Gist options
  • Save lukexie/4818730dc60c8f6dbca479c00027c71f to your computer and use it in GitHub Desktop.
Save lukexie/4818730dc60c8f6dbca479c00027c71f to your computer and use it in GitHub Desktop.
#!/bin/bash
for file in *.xwd
do
convert "$file" "${file%.xwd}.png"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment