4 lines
87 B
Bash
Executable File
4 lines
87 B
Bash
Executable File
#!/bin/sh
|
|
mkdir -p $XDG_CONFIG_HOME/firefox
|
|
HOME=$XDG_CONFIG_HOME/firefox /bin/firefox
|