Update updateproxy.sh
This commit is contained in:
parent
1588c4c922
commit
5749a88bcf
1 changed files with 2 additions and 2 deletions
|
@ -3,12 +3,12 @@
|
||||||
#Change proxy every DELAY seconds for MAX times
|
#Change proxy every DELAY seconds for MAX times
|
||||||
FILE=./toriptables2.py
|
FILE=./toriptables2.py
|
||||||
COUNTER=0
|
COUNTER=0
|
||||||
MAX=$1 #
|
MAX=$1
|
||||||
DELAY=$2
|
DELAY=$2
|
||||||
|
|
||||||
#Check if arg was received
|
#Check if arg was received
|
||||||
if [ -z "$2" ]; then
|
if [ -z "$2" ]; then
|
||||||
echo "USAGE: sudo ./updateproxy.sh <number-of-repetitions> <delay-between-repetitions>"
|
echo "USAGE: sudo ${0} <number-of-repetitions> <delay-between-repetitions>"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue