Skip to content

Instantly share code, notes, and snippets.

@keturn
Created August 4, 2010 23:47
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 keturn/508990 to your computer and use it in GitHub Desktop.
Save keturn/508990 to your computer and use it in GitHub Desktop.
convenience wrapper for closure-compiler/compiler.jar
#!/bin/bash
java -jar ~/src/closure-compiler/compiler.jar ${@/#/--js }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment