dotfiles/wrappers/firefox-edu
2024-08-28 23:14:38 -06:00

6 lines
103 B
Bash
Executable file

#!/usr/bin/env sh
HOME=$HOME/.local/share/mozilla
mkdir -p "$HOME"
exec /usr/bin/firefox -P edu "$@"