#!/bin/bash

PATH=`pwd`/tmp/bin:$PATH
exec ./abuild $*
