4 lines
101 B
Bash
Executable File
4 lines
101 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
exec /usr/bin/firefox --profile "$HOME/.mozilla/firefox/profile-default" "${@}"
|