Skip to content

Instantly share code, notes, and snippets.

@pkrumins
Created July 10, 2010 04:23
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 pkrumins/470429 to your computer and use it in GitHub Desktop.
Save pkrumins/470429 to your computer and use it in GitHub Desktop.
#!/bin/bash
#
trap 'echo; echo Aborting; exit 1' 2
for module in node-{video,png,jpeg,base64}
do
(
cd $module
rm -rf build/
node-waf configure build
)
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment