mirror of
https://github.com/BinomialLLC/basis_universal.git
synced 2026-06-08 00:23:52 +00:00
10 lines
95 B
Bash
10 lines
95 B
Bash
#!/usr/bin/env bash
|
|
|
|
rm -f *.exr
|
|
rm -f *.png
|
|
rm -f *.dds
|
|
rm -f *.astc
|
|
rm -f *.ktx
|
|
rm -f *.tga
|
|
|