#!/bin/bash

BRANCH="$(git branch | awk '/^\* /{print $2}')"
/bin/bash ./configure-${BRANCH} $*
