Google Web ToolKits and Grails
Monday, January 3, 2011
Clojure install scripts
#!/bin/sh
curl 'https://github.com/technomancy/leiningen/raw/stable/bin/lein'>~/bin/lein
cd ~/bin;chmod a+x lein
mkdir ~/clojureroot
cd ~/clojureroot;lein new clojure-1.2;cd clojure-1.2;lein deps
No comments:
Post a Comment
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment