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 | a88775480f3500bc3e12d9263ef47ca953c76189 (patch) | |
tree | bd22f8c992b3d18f9b5365e9089e48bf04301ecc /btc/mtgox/mtgox.getTrades | |
parent | d42b585a1e8dfaf8184021a4664bbbe2b3fc10a9 (diff) | |
parent | 2556c9d78ca81e5851120e8eae7fae2eb70dbbaa (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 |