Skip to content

Instantly share code, notes, and snippets.

@bryanwb
Created February 21, 2015 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bryanwb/cfe26f497c6502ebd41a to your computer and use it in GitHub Desktop.
Save bryanwb/cfe26f497c6502ebd41a to your computer and use it in GitHub Desktop.
sbt shell script
#!/bin/sh
if [ -f "$HOME/.sbtconfig" ]; then
echo "Use of ~/.sbtconfig is deprecated, please migrate global settings to /usr/local/etc/sbtopts" >&2 . "$HOME/.sbtconfig"
fi
exec "/usr/local/Cellar/sbt/0.13.7/libexec/sbt" "$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment