bin at [d3bb740f0b]
File bin artifact e021ede091 part of check-in d3bb740f0b
#!/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()