2 # this decides randomly whether to invoke the play_random script or not.
4 NOISE_IT_UP=$(expr $RANDOM / 91)
5 # range is 0 to 360 after the division.
6 #echo noise lev is $NOISE_IT_UP
7 if [ $NOISE_IT_UP -gt 108 -a $NOISE_IT_UP -le 128 ]; then
8 # we hit our percentage.
9 bash $FEISTY_MEOW_SCRIPTS/play_random.sh