diff options
Diffstat (limited to 'audio/Songbird/wrapper.songbird')
-rw-r--r-- | audio/Songbird/wrapper.songbird | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/audio/Songbird/wrapper.songbird b/audio/Songbird/wrapper.songbird new file mode 100644 index 0000000000..83b1d47db7 --- /dev/null +++ b/audio/Songbird/wrapper.songbird @@ -0,0 +1,5 @@ +#!/bin/bash + +( cd /usr/lib/Songbird + ./songbird "$@" +) |