Artifact [ce543eccb8]
Artifact ce543eccb876cec2fc55085f03d30cbbc24daa10:
- Executable file bin — part of check-in [233327230c] at 2015-04-01 15:39:54 on branch trunk — Add new packaging scheme: `bin` becomes /usr/bin/ stub, while `.zip.py` is used as __main__ handler for PYZ archive. (user: mario, size: 219) [annotate] [blame] [check-ins using]
#!/usr/bin/env python # api: cli # type: wrapper # title: streamtuner2 # # Invocation script for /usr/share/streamtuner2/streamtunertwo.py import sys sys.path.insert(0, "/usr/share/streamtuner2") import st2 st2.main()