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