Skip to content

Instantly share code, notes, and snippets.

@cvogt
Created September 6, 2016 17:04
Show Gist options
  • 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