6 lines
107 B
Bash
Executable file
6 lines
107 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
HOME=$HOME/.local/share/mozilla
|
|
mkdir -p "$HOME"
|
|
|
|
exec /usr/bin/firefox -P finance "$@"
|