#!/bin/bash set -e target=anri.exe output=output.c rm -f $target make $target ./$target > $output