#!/usr/bin/env sh

BASE_DIR="$(dirname "$(realpath "$0")")"

cd "$BASE_DIR"

python -m websockify $@
