#!/bin/sh

[ $# != 2 ] && { echo "usage: cdrom_ff dir comment > output" >&2; exit 1; }

mk_ff -b -e0 -s0 -i YMTRANS.TBL -i TRANS.TBL -c "$2" $1
