#! /bin/sh randint () { seq $1 $2 | shuf -n 1 } crunt () { shuf -n 1 <' crunts=$(randint 200 500) babies=$(expr \( $crunts \* 3 \) / 4) while [ $crunts -gt 0 ]; do crunt crunts=$(expr $crunts - 1) done while [ $babies -gt 0 ]; do echo crunt babies=$(expr $babies - 1) done echo 'CRUNT!' echo '

' ) | m4 -DTITLE=crunt ../template.xml -