Last active
August 13, 2018 11:12
-
-
Save eXtrem0us/3ed22052007c9a7c51cbe4b52f4d622e 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 | |
## | |
while true | |
do | |
proxychains curl -s https://bonbast.com | lynx --dump --stdin|grep USD|awk '{print $5}' | |
sleep 60 | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment