mirror of
https://github.com/webmin/webmin.git
synced 2026-02-10 01:02:19 +00:00
5 lines
78 B
Bash
5 lines
78 B
Bash
#!/usr/bin/env sh
|
|
set -e
|
|
cd "$(dirname "$0")"
|
|
exec python3 -m websockify "$@"
|