fix typo
This commit is contained in:
@@ -33,7 +33,7 @@ pickfrom ()
|
|||||||
[ -z "$file" ] && reference $FUNCNAME && return
|
[ -z "$file" ] && reference $FUNCNAME && return
|
||||||
length=$(cat $file | wc -l)
|
length=$(cat $file | wc -l)
|
||||||
n=$(expr $RANDOM \* $length \/ 32768 + 1)
|
n=$(expr $RANDOM \* $length \/ 32768 + 1)
|
||||||
head -n $n $f | tail -1
|
head -n $n $file | tail -1
|
||||||
}
|
}
|
||||||
|
|
||||||
pass ()
|
pass ()
|
||||||
|
|||||||
Reference in New Issue
Block a user