Skip to content

Instantly share code, notes, and snippets.

@sowawa
Created March 20, 2012 16:22
Show Gist options
  • Save sowawa/2137842 to your computer and use it in GitHub Desktop.
Save sowawa/2137842 to your computer and use it in GitHub Desktop.
Prepare and invoke scala.
#!/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