Skip to content

Instantly share code, notes, and snippets.

@bharadwaj6
Forked from muellerzr/bash3.sh
Created July 30, 2020 07:04
Show Gist options
  • Save bharadwaj6/df4495762928c761168841e227d378bd to your computer and use it in GitHub Desktop.
Save bharadwaj6/df4495762928c761168841e227d378bd to your computer and use it in GitHub Desktop.
kill $(ps aux | grep './ngrok' | awk '{print $2}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment