Skip to content

Instantly share code, notes, and snippets.

@cvogt
Created September 6, 2016 17:04
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 cvogt/09ae07533ed4f9809c8bbc6b49daac21 to your computer and use it in GitHub Desktop.
Save cvogt/09ae07533ed4f9809c8bbc6b49daac21 to your computer and use it in GitHub Desktop.
~/bin/sbt-cli better sbt cli interop
#!/bin/sh
sbt --error ";set showSuccess := false; $*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment