#!/bin/sh

for i in {1..20}; do
  ./autogen.py $i > mulredc$i.asm
done

