Shell cosmetic changes
This commit is contained in:
parent
a444cdcbfd
commit
0f6b0e5133
11 changed files with 66 additions and 61 deletions
|
@ -32,10 +32,8 @@ tonumber()
|
|||
torsocks=torsocks
|
||||
while getopts T flag; do
|
||||
case $flag in
|
||||
T) torsocks=
|
||||
;;
|
||||
*) usage
|
||||
;;
|
||||
T) torsocks= ;;
|
||||
*) usage ;;
|
||||
esac
|
||||
done
|
||||
shift $((OPTIND - 1))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue