We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0883846 commit 9306903Copy full SHA for 9306903
w7x86
@@ -6,8 +6,8 @@ echo "===================================="
6
echo "Download ngrok"
7
echo "===================================="
8
wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip > /dev/null 2>&1
9
-unzip ngrok-stable-linux-amd64.zip > /dev/null 2>&1
10
-unzip ngrok-stable-linux-amd64.zip1 > /dev/null 2>&1
+unzip ngrok-stable-linux-amd64.zip &>/dev/null &
+unzip ngrok-stable-linux-amd64.zip1 &>/dev/null &
11
read -p "Ctrl + V Authtoken: " CRP
12
./ngrok authtoken $CRP
13
nohup ./ngrok tcp 3388 &>/dev/null &
0 commit comments