3 # MacOS X do-hickie to run ff2csv.py, with parameters, by double-click.
9 if [[ -n "$args" ]] ; then
12 echo >&2 "Usage: $0 [-$flags] [querysetfile [csvfile]]
13 Run ff2csv.py, fetching and summarizing SVN bug status."
15 while getopts $flags flag
; do
21 # we want to run in the same folder as this script, not
22 # the users home folder
27 .
/ff2csv.py
${1:-query-set-1-$date.tsv} ${2:-core-history-$date.csv}