File: run

package info (click to toggle)
websockify 0.9.0%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 504 kB
  • sloc: python: 2,859; cs: 142; ansic: 55; makefile: 33; sh: 22
file content (7 lines) | stat: -rwxr-xr-x 98 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/env sh

BASE_DIR="$(cd $(dirname "$0"); pwd)"

cd "$BASE_DIR"

python -m websockify $@