#!/bin/sh # Written by Florian Diesch # # Updates may be available at # # # This script is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # You are free to do with it what ever you want. # lsof -Fn ~/.mozilla/firefox/*/.parentlock |\ sort -u | awk -F/ '/^n/ { print $(NF-1)}' |\ xargs -i grep -B 3 '^Path={}' ~/.mozilla/firefox/profiles.ini |\ grep ^Name=|cut -d= -f2