Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/browser/sugar-html-browser.in
diff options
context:
space:
mode:
Diffstat (limited to 'browser/sugar-html-browser.in')
-rw-r--r--browser/sugar-html-browser.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/browser/sugar-html-browser.in b/browser/sugar-html-browser.in
new file mode 100644
index 0000000..967ab8f
--- /dev/null
+++ b/browser/sugar-html-browser.in
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+profile=$SUGAR_BUNDLE_PATH/firefox-profile
+
+mkdir -p $profile
+exec firefox -no-remote -profile $profile