#!/bin/sh

. common.sh

for synth in `cat ${ZIPSPEAK_SYNTH_FILE}`
do
  ./buildkernel ${synth}
done
