Skip to content

Instantly share code, notes, and snippets.

@eXtrem0us
Last active August 13, 2018 11:12
Show Gist options
  • Save eXtrem0us/3ed22052007c9a7c51cbe4b52f4d622e to your computer and use it in GitHub Desktop.
Save eXtrem0us/3ed22052007c9a7c51cbe4b52f4d622e to your computer and use it in GitHub Desktop.
#!/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