diff options
author | tv <tv@also> | 2011-07-31 04:19:55 +0200 |
---|---|---|
committer | tv <tv@also> | 2011-07-31 04:19:55 +0200 |
commit | 60b0d4ef38a8820023d30e42a038ef962ad6d9e5 (patch) | |
tree | c9d98e31835d9480f17c4e54846032285d5c42f5 /btc/mtgox/mtgox.getTrades | |
parent | b67f8696e3f071522347206240300059e3bb9081 (diff) | |
parent | 1d37bfa3cd18113fbcaf7f04b790f4b7ccea1199 (diff) |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'btc/mtgox/mtgox.getTrades')
-rwxr-xr-x | btc/mtgox/mtgox.getTrades | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/btc/mtgox/mtgox.getTrades b/btc/mtgox/mtgox.getTrades index 4901e379..73e5a68d 100755 --- a/btc/mtgox/mtgox.getTrades +++ b/btc/mtgox/mtgox.getTrades @@ -1,3 +1,3 @@ #! /bin/sh # get mtgox last trades -wget -qO- http://mtgox.com/code/data/getTrades.php +$ curl -ksS https://mtgox.com/code/data/getTrades.phl |