summaryrefslogtreecommitdiff
path: root/waterfox/debian/waterfox-bin.sh
diff options
context:
space:
mode:
Diffstat (limited to 'waterfox/debian/waterfox-bin.sh')
-rw-r--r--waterfox/debian/waterfox-bin.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/waterfox/debian/waterfox-bin.sh b/waterfox/debian/waterfox-bin.sh
new file mode 100644
index 0000000..754ed2a
--- /dev/null
+++ b/waterfox/debian/waterfox-bin.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/lib/waterfox/waterfox "$@"
bgstack15