packages feed

b9-0.2.0: build_and_run.sh

#!/bin/sh

# Execute 'b9', if necessary compile it.

set -e

cabal install
./run.sh $@