mtinfo/app/collect_textures.sh
2019-08-23 11:44:37 +02:00

12 lines
147 B
Bash
Executable File

#!/bin/sh
test -z "$1" &&{
echo "$0 <dir to search>"
exit 1
}
mkdir -p textures
find $1 -type f | grep -i png$ | xargs -i cp -v {} textures/