Last active
July 7, 2018 11:10
-
-
Save paperbenni/a81ca6a8ab80a3ea3efff50f858d1415 to your computer and use it in GitHub Desktop.
Ngrok script
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 | |
curl "https://gist.githubusercontent.com/paperbenni/a81ca6a8ab80a3ea3efff50f858d1415/raw/4c4223f3520ed68ffc5a165b17e7cc03d92f3cca/ngroktoken.txt" > ./ngroktokens.txt | |
echo $(shuf -n 1 ./ngroktokens.txt) > token.txt | |
rm ./ngroktokens.txt | |
cat token.txt | |
echo "TOKEN set" |
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
7gNHkqZXXKFutT8c6WMiJ_5ddYoZJg4wVFkDvAKV3yy | |
3BcvzuNnJaguB9gP1GBR4_2cH3uxxix88jxGsuhkQjw | |
6nCNQVS7jN2UkZnwtPcFL_6zBJ97Z6VufRy7XMeyyR | |
7C4oGRpmsS36kRetsuDio_5dFbuH1j5VkDaSnfj4UuP | |
2WHG9k2F9xdx5aog2zaG7_Mmaek2hqNrJVMjoBLTj4 | |
54UpXuc4pyJaTeUrRhttR_3P9eWARpKTi53qhsVr3Pf | |
4M4qKGDbGBDYTwxqBz77D_iepR4CA5K54w5p3dvmKv | |
7boqDaiTDSqee1fwKLhNE_42tKWJ5yLh3FGawNpaZ8a | |
eNwAtCA3rrWZexCnZ1zH_5CDAMiN9RiwmXpzAJk74m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment