websockify/run

8 lines
98 B
Plaintext
Raw Normal View History

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