websockify/run

8 lines
101 B
Bash
Executable File

#!/usr/bin/env sh
BASE_DIR="$(dirname "$(realpath "$0")")"
cd "$BASE_DIR"
python -m websockify $@