diff options
Diffstat (limited to 'tools/bison++/bison++.yacc')
-rw-r--r-- | tools/bison++/bison++.yacc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/bison++/bison++.yacc b/tools/bison++/bison++.yacc new file mode 100644 index 000000000..75102cb0d --- /dev/null +++ b/tools/bison++/bison++.yacc @@ -0,0 +1,2 @@ +#!/bin/sh + exec bison -y "$@"
\ No newline at end of file |