summaryrefslogtreecommitdiff
path: root/audio/Songbird/wrapper.songbird
diff options
context:
space:
mode:
Diffstat (limited to 'audio/Songbird/wrapper.songbird')
-rw-r--r--audio/Songbird/wrapper.songbird5
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 "$@"
+)