#!/usr/local/bin/bash #COMMENTS #this is just a stupid shell script I wrote to confirm that cgi scripts were running properly #its more here for me to reference it if I ever need some sample code for psuedorandom number generation in bash #Set URL to the link to this cgi URL= RANDOM=$(date +%s) function NUMGEN() { NUMBER=$[ ( $RANDOM % 10 ) + 1 ] } NUMGEN case "$NUMBER" in 1)WHORE="