open_tunnel_ngrok.sh 157 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 #!/usr/bin/env bash cmd="./ngrok start --all --config ngrok.conf" kill -9 $(ps aux | grep $cmd | awk '{print $2}') 2> /dev/null echo Opening tunnel $cmd