#!/usr/bin/env bash

sb_dir=`dirname ${0}`

PYTHONPATH="${sb_dir}" LC_ALL="C" exec ${sb_dir}/devbox/ctl.py "$@"
