Skip to content

Instantly share code, notes, and snippets.

@jamesdeantv
Created October 18, 2018 18:33
Show Gist options
  • Save jamesdeantv/a07fe42a369c6b38d3e01bf5ae5b8051 to your computer and use it in GitHub Desktop.
Save jamesdeantv/a07fe42a369c6b38d3e01bf5ae5b8051 to your computer and use it in GitHub Desktop.
Texture remapping
find . -name '*.png' -exec mv {} ../textures \;
find . -name '*.jpeg' -exec mv {} ../textures \;
find . -depth -type d -empty -exec rmdir {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment