#!/bin/sh
BASEDIR=$(dirname $0)
python "$BASEDIR/cjdnsadmin/cli.py" $@
