Created
October 18, 2018 18:33
-
-
Save jamesdeantv/a07fe42a369c6b38d3e01bf5ae5b8051 to your computer and use it in GitHub Desktop.
Texture remapping
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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