#!/bin/bash profile_name="${1}" shift 1 librewolf --name="LibreWolf_${profile_name}" --no-remote -P "${profile_name}" "$@"