#! /bin/sh

bindir=/opt/local/bin
datadir=/opt/local/share/pgen

SDF2TBL=${datadir}/Sdf2.baf
PARSER="/opt/local/bin/sglr -p ${SDF2TBL}"

${PARSER} $*
