#!/usr/bin/env sh

BASE_DIR="$(cd $(dirname "$0"); pwd)"

cd "$BASE_DIR"

python -m websockify $@
