mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
9 lines
301 B
Text
9 lines
301 B
Text
|
#!/bin/sh
|
||
|
|
||
|
# This file is a user shortcut to the Sick Beard program.
|
||
|
# It should only be used for simple debugging and checking the Sick Beard arguments.
|
||
|
# The initscript and unit use the longer command found here to prevent problems with PIDs.
|
||
|
|
||
|
/usr/bin/env python2 /opt/sickbeard/SickBeard.py "$@"
|
||
|
|