aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-04-18 03:22:28 -0700
committerJakob Odersky <jakob@odersky.com>2016-04-18 03:22:28 -0700
commitee60895882b8c528d8cda003935ccae7c04ed4e8 (patch)
tree08a1cd0a0dda951e1d8e80f9b2de4e42f7158c6b
parentd22f1805675b41438c1a57d2d37062ae0e28d0bc (diff)
downloaddotfiles-ee60895882b8c528d8cda003935ccae7c04ed4e8.tar.gz
dotfiles-ee60895882b8c528d8cda003935ccae7c04ed4e8.tar.bz2
dotfiles-ee60895882b8c528d8cda003935ccae7c04ed4e8.zip
Add clean sbt wrapper script
-rwxr-xr-xhome/bin/sbtc5
1 files changed, 5 insertions, 0 deletions
diff --git a/home/bin/sbtc b/home/bin/sbtc
new file mode 100755
index 0000000..37c4061
--- /dev/null
+++ b/home/bin/sbtc
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+SBT=/usr/bin/sbt
+
+$SBT -Dsbt.global.base="$HOME/.sbt-clean" $@