dotfiles/de/home/.local/bin/librewolf-profile
2025-11-20 07:39:37 -08:00

6 lines
173 B
Bash
Executable file

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