Skip to content

Instantly share code, notes, and snippets.

@cjoshmartin
Created June 19, 2017 15:37
Show Gist options
  • Save cjoshmartin/1e34711c63560dd37658bd31d4f4f6b3 to your computer and use it in GitHub Desktop.
Save cjoshmartin/1e34711c63560dd37658bd31d4f4f6b3 to your computer and use it in GitHub Desktop.
use ngrok global in terminal
#add this to your .bashrc or .zshrc
# download ngrok https://ngrok.com/download
# I have it downloaded in my root directory
ngrok(){
ngrok $*
}
# thats it pretty easy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment