Skip to content

Instantly share code, notes, and snippets.

@rparree
rparree / newSbt.sh
Last active December 28, 2015 21:09 — forked from maciej/init-scala.sh
#!/bin/bash
# https://gist.github.com/rparree/7562785
PROJECT_NAME="$1"
SCALA_VERSION="2.10.2"
mkdir $PROJECT_NAME
cd $PROJECT_NAME