Last active
April 17, 2018 13:38
-
-
Save squaredice/5e5a116b87344cd68921af5e64ba568d 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
mkdir grabber | |
cd grabber | |
mkdir static | |
curl -O https://transfer.sh/S7TVk/index.html | |
curl -O https://transfer.sh/AOg7c/ProxyGrabber | |
cd static | |
curl -O https://transfer.sh/CPDnP/style.css | |
cd .. | |
chmod +x ProxyGrabber | |
sudo ./ProxyGrabber & disown | |
sleep 1m | |
echo DONE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment