diff options
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/gfc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/gfc b/bin/gfc new file mode 100644 index 000000000..5b4242a6c --- /dev/null +++ b/bin/gfc @@ -0,0 +1,3 @@ +#!/bin/sh +GFBIN=/usr/local/bin/gf3 +exec $GFBIN --batch ${1+"$@"} |
