summaryrefslogtreecommitdiff
path: root/ffc
blob: 7c7e03baaf5c0fe1b11c119bc7bd2ba0b7552999 (plain)
1
2
3
4
5
#!/bin/sh
PROFILES=`grep 'Path=' ~/.mozilla/firefox/profiles.ini | cut -d'.' -f2`
CHOSEN=`echo "$PROFILES" | barmenu -l 15`
[ -z "$CHOSEN" ] && exit 2
firefox -P "$CHOSEN"