Skip to content

Instantly share code, notes, and snippets.

@metrofun
Forked from muellerzr/bash3.sh
Created October 20, 2020 19:05
Show Gist options
  • Save metrofun/e1147565ab236e9ef8641078e16096ba to your computer and use it in GitHub Desktop.
Save metrofun/e1147565ab236e9ef8641078e16096ba 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