#!/bin/sh

if [ "_" = "_$1" ]; then
    echo "invalid interval"
    exit
fi

while read x ; do sleep 1; echo $x ; done << EOF |  mv_barcode_test_suite -i$1
1
1
1
1
1
20
3
12341113
/tmp/bar_gen_out
000000
ffffff
200
200
22
EOF
