8 lines
110 B
Bash
8 lines
110 B
Bash
#!/bin/bash
|
|
|
|
# Proxy
|
|
if [ -x /usr/bin/tsocks ]
|
|
then
|
|
export TSOCKS_CONF_FILE=~/.config/tsocks/tsocks.conf
|
|
fi
|