diff options
author | emkael <emkael@tlen.pl> | 2015-08-31 00:00:00 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2015-08-31 00:00:00 +0200 |
commit | a69ea09c197a38f878b8af1540e02dfcbd202451 (patch) | |
tree | f77861aa4386c432fd6a6d13f7ac1e6633449e2b /bidding_data.sh | |
parent | cb5d9a600c62c378d9acdd90d1045478ef99edbe (diff) |
* reading directly from BWS, via pypyodbc
Diffstat (limited to 'bidding_data.sh')
-rwxr-xr-x | bidding_data.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bidding_data.sh b/bidding_data.sh deleted file mode 100755 index a2f91c6..0000000 --- a/bidding_data.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash -mdb-export "$1" BiddingData > "$1.csv" -mdb-export "$1" RoundData > "$1.sitting.csv" -python bidding_data.py "$1.csv" "$1.sitting.csv" "$2" ${@:3} |