Artifact [e021ede091]
Artifact e021ede0917c5b4df15b52237693081d3bee4b2b:
- Executable file bin — part of check-in [17cd4bef20] at 2016-11-20 23:31:58 on branch trunk — Combine path checks into main ForEach loop. Make-Shortcut() and Rewrite-Startscript() functions to embed those as $tasks too. (user: mario, size: 247) [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/st2.py import sys, os sys.path.insert(0, "/usr/share/streamtuner2") import st2 st2.main()