#!/bin/sh set -xe fpfile="$1" asmfile="${fpfile%.*}.asm" binfile="${fpfile%.*}" ./fvmfpc -f $1 > ${asmfile} fasmg ${asmfile}