File: bin

package info (click to toggle)
streamtuner2 2.2.1%2Bdfsg-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,432 kB
  • sloc: python: 8,976; javascript: 6,560; makefile: 91; php: 51; sh: 7; perl: 3
file content (13 lines) | stat: -rwxr-xr-x 247 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env python
# api: cli
# type: wrapper
# title: streamtuner2
# pack: bin=/usr/bin/streamtuner2
#
# Invocation script for /usr/share/streamtuner2/st2.py

import sys, os
sys.path.insert(0, "/usr/share/streamtuner2")

import st2
st2.main()