diff options
author | emkael <emkael@tlen.pl> | 2015-08-24 16:07:10 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2015-08-24 16:07:10 +0200 |
commit | ae4d9172b4ab1a020980eccfc4ade462513b3768 (patch) | |
tree | 3e28c0f68330b05ee362f98e0336892f5e975ed5 /bidding_data.sh |
* initial commit
Diffstat (limited to 'bidding_data.sh')
-rwxr-xr-x | bidding_data.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bidding_data.sh b/bidding_data.sh new file mode 100755 index 0000000..916a315 --- /dev/null +++ b/bidding_data.sh @@ -0,0 +1,4 @@ +#!/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" |