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:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-02-02 12:46:12 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-02-02 12:46:12 (GMT)
commit2cb5bb36e94a777ce4ab12f8d7fd755d8a24e331 (patch)
treed1e92aab2183dc0ce7bb282356392a9a69153c3c /browser/sugar-html-browser.in
Initial commit
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