Obtenha script de shell de número aleatório
$(( ( RANDOM % 10 ) + 1 ))
Mobile Star
$(( ( RANDOM % 10 ) + 1 ))
#If you have coreutils installed and want a number inbewtween a value
shuf -i MIN-MAX -n 1
#or you can use bash
$RANDOM