Skip to content

Instantly share code, notes, and snippets.

@enriched
Created May 2, 2016 19:24
Show Gist options
  • Save enriched/812ff0e83b9b2283aa6758eeaa48fec9 to your computer and use it in GitHub Desktop.
Save enriched/812ff0e83b9b2283aa6758eeaa48fec9 to your computer and use it in GitHub Desktop.
ngrep local loopback port .bash_profile function
ngreplocalport(){
sudo ngrep -q -W byline -d lo0 '' "port $1";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment