Created
March 31, 2016 17:40
-
-
Save alexandrusavin/3ac80894ea34248aafad81504c9c6dd4 to your computer and use it in GitHub Desktop.
Wrap node interpreter to be to pipe to bunyan in Intellij IDEs run configurations
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
#!/usr/bin/env bash | |
~/.nvm/nvm.sh use default | |
node $@ | ./node_modules/.bin/bunyan |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment