jtmm/settextures.sh

7 lines
110 B
Bash
Raw Permalink Normal View History

2020-06-09 13:52:08 +02:00
#!/usr/bin/env bash
2020-05-12 18:34:10 +02:00
for FOLDER in "$@";do
2020-05-13 18:37:36 +02:00
cp -r $FOLDER/*.png assets-cg/img/ -v
2020-05-12 18:34:10 +02:00
done
cd up-editor
./update.sh