collect script
This commit is contained in:
parent
a93cb77693
commit
992eb51cf6
1
app/.gitignore
vendored
Normal file
1
app/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
textures
|
11
app/collect_textures.sh
Executable file
11
app/collect_textures.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user