#! /bin/sh

read i f
while test $i -gt 0; do
    bourne-fibber $f >/dev/null
    i=`expr $i - 1`
done
