Skip to content

Instantly share code, notes, and snippets.

@iykex
Last active July 19, 2022 14:13
Show Gist options
  • Select an option

  • Save iykex/0a73f1134637c17f7de890e5eb28ad48 to your computer and use it in GitHub Desktop.

Select an option

Save iykex/0a73f1134637c17f7de890e5eb28ad48 to your computer and use it in GitHub Desktop.
#! /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