websockify/run

5 lines
77 B
Bash
Executable File

#!/usr/bin/env sh
set -e
cd "$(dirname "$0")"
exec python -m websockify "$@"