#!/usr/bin/bash for FOLDER in "$@";do cp -r $FOLDER/*.png assets-cg/img/ -v done cd up-editor ./update.sh