aboutsummaryrefslogtreecommitdiff
path: root/firefox-profile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-14 10:28:10 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-14 10:28:10 -0200
commit093cbed7cc14e34956f9a8b4aa91bce25b1754bd (patch)
tree78b15f942a1ea991ab050f73688ee4e0c0ad3f49 /firefox-profile
parentfe2f5afa33b159be2ff5d47c9ba628100cd0a0dd (diff)
downloadscripts-093cbed7cc14e34956f9a8b4aa91bce25b1754bd.tar.gz
scripts-093cbed7cc14e34956f9a8b4aa91bce25b1754bd.tar.bz2
Adding firefox-profile
Diffstat (limited to 'firefox-profile')
-rwxr-xr-xfirefox-profile7
1 files changed, 7 insertions, 0 deletions
diff --git a/firefox-profile b/firefox-profile
new file mode 100755
index 0000000..476869b
--- /dev/null
+++ b/firefox-profile
@@ -0,0 +1,7 @@
+#
+# Wrapper around firefox
+#
+
+if [ ! -z "$1" ]; then
+ iceweasel -p $1 --no-remote &
+fi