diff options
Diffstat (limited to 'abs/extra/plex-home-theater/plexhometheater.sh')
-rwxr-xr-x | abs/extra/plex-home-theater/plexhometheater.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/abs/extra/plex-home-theater/plexhometheater.sh b/abs/extra/plex-home-theater/plexhometheater.sh new file mode 100755 index 0000000..53276ff --- /dev/null +++ b/abs/extra/plex-home-theater/plexhometheater.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +export XBMC_BIN_HOME='/usr/lib/plexhometheater' +export XBMC_HOME='/usr/share/plexhometheater' +exec plexhometheater |