dotfiles/de/home/.local/bin/librewolf-profile
2025-03-18 14:45:02 -07:00

5 lines
124 B
Bash
Executable file

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