Sacar numeros para el sorteo de librecon
n=$RANDOM | |
# display random number between 1 and xxx. | |
echo $((RANDOM%146+1)) | |
echo $((RANDOM%146+1)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment