aboutsummaryrefslogtreecommitdiff
path: root/gfsm/gfsm/src/libgfsm/dummy-bison.sh
blob: ad2995f12a12f640d232d7c22d74e69a7fc60ccb (plain)
1
2
3
4
5
6
#!/bin/sh

base=`basename $1 .y`
cp -v -f "$base.c" y.tab.c
cp -v -f "$base.h" y.tab.h
if test -f "$base.output"; then cp -v -f "$base.output" y.output ; fi