i-bash/CWRU/misc/bison

8 lines
77 B
Text
Raw Normal View History

1996-08-26 18:22:31 +00:00
#! /bin/sh
if [ "$1" = '-y' ]; then
shift
fi
exec /usr/bin/yacc ${1+"$@"}