Anonymous
12/11/2016 (Sun) 18:08:51
No.
717
del
>>581
A better way would be to do one of
alias torsocks='torsocks -i'
torsocks() { command torsocks -i "$@"; }
when -i is supported.