-
-
Save iykex/0a73f1134637c17f7de890e5eb28ad48 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /bin/bash | |
| rm -rf ngrok ngrok.zip ng.sh > /dev/null 2>&1 | |
| echo "••••••••••••••••" | |
| echo "> Download NGROK" | |
| echo "••••••••••••••••" | |
| wget -O ngrok.zip https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip > /dev/null 2>&1 | |
| unzip ngrok.zip > /dev/null 2>&1 | |
| read -p "Paste Ngrok Authtoken: " CRP | |
| ./ngrok authtoken $CRP |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment