Created
March 20, 2012 16:22
-
-
Save sowawa/2137842 to your computer and use it in GitHub Desktop.
Prepare and invoke scala.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
cd | |
wget http://www.scala-lang.org/downloads/distrib/files/scala-2.9.1-1.tgz | |
tar xzf scala-2.9.1-1.tgz | |
export SCALA_HOME=/home/rackhuber/scala-2.9.1-1 | |
export PATH=$PATH:$SCALA_HOME/bin | |
# invoke | |
scala |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment