Skip to content

Instantly share code, notes, and snippets.

@thislooksfun
Last active June 26, 2016 23:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thislooksfun/b578298592aa55deb067ec98c135fdcf to your computer and use it in GitHub Desktop.
Save thislooksfun/b578298592aa55deb067ec98c135fdcf to your computer and use it in GitHub Desktop.
Work with Screeps modules in folders
mkdir dist
cd javascript
for f in $(find . -name '*.js'); do
f1="${f/.\//}"
cp $f "../dist/${f1//\//.}"
done
cd ..
grunt screeps
rm -r dist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment