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 | 985e5f3d014cb9802f6f9eecfaaa18f37b7096a7 (patch) | |
tree | 2240cd4aa27ac7f9dec8cb61565f5029ed6f3b58 /mtgox/mtgox.getTrades | |
parent | 575fc41fa4079067b9d402470a26771cdabc211b (diff) | |
parent | d3ffda161c826877545be40fe68f010c5e5cc0ba (diff) |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'mtgox/mtgox.getTrades')
-rwxr-xr-x | mtgox/mtgox.getTrades | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mtgox/mtgox.getTrades b/mtgox/mtgox.getTrades index 4901e379..73e5a68d 100755 --- a/mtgox/mtgox.getTrades +++ b/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 |