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