aboutsummaryrefslogtreecommitdiff
path: root/firefox-profile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-09-18 16:38:30 -0300
committerSilvio Rhatto <user@example.org>2014-09-18 16:38:30 -0300
commit9181c40eae371a758a68db47a79b124cf4141986 (patch)
treed1ade9808bf715a7b47e8a976a15e761b1ec1939 /firefox-profile
downloadutils-x11-9181c40eae371a758a68db47a79b124cf4141986.tar.gz
utils-x11-9181c40eae371a758a68db47a79b124cf4141986.tar.bz2
Initial import
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