diff options
| author | tv <tv@also> | 2011-08-06 03:09:45 +0200 |
|---|---|---|
| committer | tv <tv@also> | 2011-08-06 03:09:45 +0200 |
| commit | c1ac7524bdf08d1f9d5bbcb3f9b7cb979f76a8c6 (patch) | |
| tree | d9dac054aa872f2319a9d5d736c74083d3a3751f /mtgox | |
| parent | 881cc875938fa775744ba26cbb718e5d7f783876 (diff) | |
${btc-stuff} -> btc/
Diffstat (limited to 'mtgox')
| -rwxr-xr-x | mtgox/mtgox.getDepth | 3 | ||||
| -rwxr-xr-x | mtgox/mtgox.getTrades | 3 | ||||
| -rwxr-xr-x | mtgox/mtgox.ticker | 4 |
3 files changed, 0 insertions, 10 deletions
diff --git a/mtgox/mtgox.getDepth b/mtgox/mtgox.getDepth deleted file mode 100755 index 9a607979..00000000 --- a/mtgox/mtgox.getDepth +++ /dev/null @@ -1,3 +0,0 @@ -#! /bin/sh -# get mtgox market depth -$ curl -ksS https://mtgox.com/code/data/getDepth.php diff --git a/mtgox/mtgox.getTrades b/mtgox/mtgox.getTrades deleted file mode 100755 index 73e5a68d..00000000 --- a/mtgox/mtgox.getTrades +++ /dev/null @@ -1,3 +0,0 @@ -#! /bin/sh -# get mtgox last trades -$ curl -ksS https://mtgox.com/code/data/getTrades.phl diff --git a/mtgox/mtgox.ticker b/mtgox/mtgox.ticker deleted file mode 100755 index b24dfb35..00000000 --- a/mtgox/mtgox.ticker +++ /dev/null @@ -1,4 +0,0 @@ -#! /bin/sh -# get mtgox ticker data -set -euf -curl -ksS https://mtgox.com/code/data/ticker.php |
