]> gitweb.fluxo.info Git - scripts.git/commitdiff
Adding firefox-profile
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 14 Jan 2013 12:28:10 +0000 (10:28 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 14 Jan 2013 12:28:10 +0000 (10:28 -0200)
firefox-profile [new file with mode: 0755]

diff --git a/firefox-profile b/firefox-profile
new file mode 100755 (executable)
index 0000000..476869b
--- /dev/null
@@ -0,0 +1,7 @@
+#
+# Wrapper around firefox
+#
+
+if [ ! -z "$1" ]; then
+  iceweasel -p $1 --no-remote &
+fi