#!/bin/bash
str=
array=($str)
luck(){
seq 33 > tmp.txt
for i in `seq 6`
do
Random_RED=$[$RANDOM%$[32-$i]+1]
&nbs