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 | d0ba20271209f7bb80cec787f9d22b22844ff696 (patch) | |
tree | 5bb062a8bb8cadac19890d4e51a55706d1cea088 /mtgox | |
parent | d6543eaf0858cc685bc5776fb018e8a04b5ab4d8 (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 |