2 lines
135 B
Bash
Executable file
2 lines
135 B
Bash
Executable file
#!/bin/sh
|
|
exec qutebrowser --temp-basedir -s content.proxy socks://localhost:9050 --config-py $HOME/.config/qutebrowser/config.py "$@"
|