summaryrefslogtreecommitdiff
path: root/ffc-tofi
diff options
context:
space:
mode:
Diffstat (limited to 'ffc-tofi')
-rwxr-xr-xffc-tofi5
1 files changed, 0 insertions, 5 deletions
diff --git a/ffc-tofi b/ffc-tofi
deleted file mode 100755
index 3131694..0000000
--- a/ffc-tofi
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/sbin/sh
-PROFILES=`grep 'Path=' ~/.mozilla/firefox/profiles.ini | cut -d'.' -f2`
-CHOSEN=`echo "$PROFILES" | tofi`
-[ -z "$CHOSEN" ] && exit 2
-firefox -P "$CHOSEN"