File: run

package info (click to toggle)
websockify 0.10.0%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 496 kB
  • sloc: python: 2,853; ansic: 55; makefile: 33; sh: 27
file content (4 lines) | stat: -rwxr-xr-x 78 bytes parent folder | download | duplicates (3)
1
2
3
4
#!/usr/bin/env sh
set -e
cd "$(dirname "$0")"
exec python3 -m websockify "$@"