a8a29a44701d1d0aa4f912578a943954d5872f92
[m6w6/btr] / bin / btr
1 #!/bin/bash
2
3 export BTR_BINDIR=$(realpath $(dirname $0)/)
4 export BTR_LIBDIR=$(realpath $(dirname $0)/../share/btr)
5 BTR_BANNER="Build, test & report. Simple and stupid."
6
7 . $BTR_LIBDIR/common.sh
8 . $BTR_LIBDIR/btr.sh
9
10 btr-parseopts "$@"
11 btr-setup
12
13 if $BTR_VERBOSE
14 then
15 btr-conf-show
16 btr-confirm "Everything setup. Do you want to continue?"
17 fi
18
19 btr-run
20
21 # vim: noet