diff options
| author | aarne <aarne@cs.chalmers.se> | 2007-11-12 09:17:02 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2007-11-12 09:17:02 +0000 |
| commit | b801149fbf5c9eb3f73477d3496cdfd92cb178a1 (patch) | |
| tree | 332b6a3ec1b3b56b9ed1d8e19f175f10df970119 /bin | |
| parent | eb7b0286016714128aae742b4cedccc3dc30a9a0 (diff) | |
merged gfc and gfi to one binary, and a shell script for gfc
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+"$@"} |
