i-bash/CWRU/misc/bison
2009-09-12 16:46:49 +00:00

7 lines
77 B
Bash
Executable file

#! /bin/sh
if [ "$1" = '-y' ]; then
shift
fi
exec /usr/bin/yacc ${1+"$@"}