#!/usr/bin/bash
# .hostrun -- wrapper to run compiled binaries from host-specific obj dirs
exec -a ${0##*/} ~/bin/obj/host.$HOSTNAME/${0##*/} "$@"
