#JS-Compiler
This simple shell script contacts Google's Closure Compiler with curl then outputs the compiled code into a separate file. (ie. FILE-NAME.js > FILE-NAME.min.js)
##In Use
To use the script just:
./JSCompiler.sh FILE.js
###For Textmate
save the file
Command + Shift + C