exit if input file does not exist
Este cometimento está contido em:
ascendente
0cd4d3b927
cometimento
b148780344
1
randrss
1
randrss
@ -13,6 +13,7 @@ inputfile="$1"
|
||||
useragentsfile="$2"
|
||||
if [ ! -f "$inputfile" ] ; then
|
||||
echo "inputfile does not exist or is not readable"
|
||||
exit
|
||||
fi
|
||||
while true ; do
|
||||
shuf "$inputfile" | while read line ; do
|
||||
|
Carregando…
Criar uma nova questão referindo esta
Bloquear um utilizador