#!/bin/sh

[ "${1}" = "--help" ] && exec /usr/local/bin/cbsd jimport --help | sed -e 's/jail/bhyve/g'
exec /usr/local/bin/cbsd jimport $*
