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