# # Wrapper around firefox # if [ ! -z "$1" ]; then iceweasel -p $1 -new-instance & else iceweasel --profilemanager -new-instance fi