File: run

package info (click to toggle)
websockify 0.13.0%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 588 kB
  • sloc: python: 3,287; 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 "$@"