#!/bin/sh

( echo '`' ; gzip -cd interpreter.unl.gz ; ./unlcomp -b $1 | ./peephole.pl ) >$1.unl
