aboutsummaryrefslogtreecommitdiff
path: root/firefox-profile
diff options
context:
space:
mode:
Diffstat (limited to 'firefox-profile')
-rwxr-xr-xfirefox-profile9
1 files changed, 9 insertions, 0 deletions
diff --git a/firefox-profile b/firefox-profile
new file mode 100755
index 0000000..8c06a5f
--- /dev/null
+++ b/firefox-profile
@@ -0,0 +1,9 @@
+#
+# Wrapper around firefox
+#
+
+if [ ! -z "$1" ]; then
+ iceweasel -p $1 --no-remote &
+else
+ iceweasel --profilemanager -no-remote
+fi