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