3 lines
219 B
Bash
Executable file
3 lines
219 B
Bash
Executable file
#!/bin/sh
|
|
mkdir -p $XDG_CONFIG_HOME/librewolf
|
|
[ -n "$1" ] && HOME=$XDG_CONFIG_HOME/librewolf ~/.local/bin/appimages/LibreWolf/librewolf "$*" || HOME=$XDG_CONFIG_HOME/librewolf ~/.local/bin/appimages/LibreWolf/librewolf
|