Created
May 30, 2013 13:13
-
-
Save dannypage/5677721 to your computer and use it in GitHub Desktop.
Betting
This file contains 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 | |
# Retreives and timestamps various XML feeds for later use | |
cd /Users/danielpage/Documents/BetCharts/ | |
curl http://lines.bookmaker.eu/ > bookmaker-$(date +%Y-%m-%d-%H.%M.%S).xml | |
curl http://xmlfeed.intertops.com/XMLOddsFeed/IntertopsOdds.aspx > intertops-$(date +%Y-%m-%d-%H.%M.%S).xml | |
curl http://xml.betclick.com/odds_en.xml > betclick-$(date +%Y-%m-%d-%H.%M.%S).xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment