Skip to content

Instantly share code, notes, and snippets.

@dnlcrl
Created February 6, 2018 12:06
Show Gist options
  • Save dnlcrl/17b7f3085090da57b54c7b4c67d23d5a to your computer and use it in GitHub Desktop.
Save dnlcrl/17b7f3085090da57b54c7b4c67d23d5a to your computer and use it in GitHub Desktop.
for f in `find . -name "fake*.png"`; do convert real_samples.png $f +append $f; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment