File: run

package info (click to toggle)
websockify 0.12.0%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 580 kB
  • sloc: python: 3,166; ansic: 55; makefile: 32; sh: 28
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 "$@"