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