#!/usr/bin/env bash

DIR="$(dirname "$(which "$0")")"

source "$DIR"/dev.env

"$DIR"/cli "$@"