websockify/run

5 lines
78 B
Bash
Executable File

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