5 lines
97 B
Bash
Executable file
5 lines
97 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
HOME=$HOME/.local/share/chromium
|
|
mkdir -p "$HOME"
|
|
exec /usr/bin/chromium "$@"
|