Shell cosmetic changes
This commit is contained in:
parent
a444cdcbfd
commit
0f6b0e5133
11 changed files with 66 additions and 61 deletions
|
@ -53,7 +53,8 @@ get_id_query()
|
|||
id=
|
||||
for param; do
|
||||
case $param in
|
||||
v=*) id=${param#v=}
|
||||
v=*)
|
||||
id=${param#v=}
|
||||
break
|
||||
;;
|
||||
esac
|
||||
|
@ -78,10 +79,8 @@ get_id()
|
|||
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