dotfiles/wrappers/librewolf
2023-08-04 22:22:24 -06:00

5 lines
99 B
Bash
Executable file

#!/usr/bin/env sh
HOME=$HOME/.local/share/librewolf
mkdir -p "$HOME"
exec /usr/bin/librewolf "$@"