Last active
August 18, 2017 10:56
-
-
Save calippo/fd6562c326a1a2028fa4ef7146e5542b to your computer and use it in GitHub Desktop.
Alias sbt to log compilation errors
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias sbt='f() { sbt "$@" |tee -a ~/.sbtlogs; };f' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment