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