Created
July 25, 2014 13:53
-
-
Save anhkind/fcbd6bcddbf28abaa211 to your computer and use it in GitHub Desktop.
Run ngrok to background
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
ngrok -log=stdout 80 > ngrok.log & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Able to run using this
./ngrok http 80 -log=stdout > ngrok.log &