- Download Closure
- Place the java jar file within
/usr/local/libexec - Create
/usr/local/bin/closure, copy in the bash script shown below - Run
chmod +x /usr/local/bin/closure
Enjoy running closure
/usr/local/libexec/usr/local/bin/closure, copy in the bash script shown belowchmod +x /usr/local/bin/closureEnjoy running closure
| #!/bin/bash | |
| java -jar /usr/local/libexec/compiler.jar $@ |