diff options
author | club-mate <spam@hensen.it> | 2011-07-31 03:50:12 +0200 |
---|---|---|
committer | club-mate <spam@hensen.it> | 2011-07-31 03:50:12 +0200 |
commit | 98920b56cc260b7afa6e263f18578b9f403a7d0f (patch) | |
tree | b8986250368c711e21a640724213bb049ddc597c /btc/mtgox/mtgox.getTrades | |
parent | 2519edbf48cc1a32eee6a6232c71fdb169954fa8 (diff) |
mtgox: s/wget/curl/g
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..fd0d0ea9 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 http://mtgox.com/code/data/getTrades.phl |