From: Silvio Rhatto Date: Mon, 14 Jan 2013 12:28:10 +0000 (-0200) Subject: Adding firefox-profile X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=093cbed7cc14e34956f9a8b4aa91bce25b1754bd;p=scripts.git Adding firefox-profile --- 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