fix typo
parent
e3011c5ead
commit
2086a053df
|
|
@ -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 ()
|
||||
|
|
|
|||
Loading…
Reference in New Issue