Artifact [393485f2cc]
Artifact 393485f2cc0212bdc50bc939124721aef830167e:
- Executable file bin — part of check-in [97fd6a532a] at 2015-04-03 17:33:38 on branch trunk — Split out pack: specifier into `bin` and separately for help/ pages. (user: mario, size: 253) [annotate] [blame] [check-ins using]
#!/usr/bin/env python # api: cli # type: wrapper # title: streamtuner2 # pack: bin=/usr/bin/streamtuner2 # # Invocation script for /usr/share/streamtuner2/streamtunertwo.py import sys sys.path.insert(0, "/usr/share/streamtuner2") import st2 st2.main()