jtmm/setpack.sh

4 lines
65 B
Bash
Executable File

for FOLDER in "$@";do
cp -r $FOLDER/*.png assets-cg/img/ -v
done