Add `gaf' program.
commit4ac55147880a8d49b19dca2b472ff392d0067b02
authorPeter TB Brett <peter@peter-b.co.uk>
Mon, 26 Nov 2012 14:06:29 +0000 (26 14:06 +0000)
committerPeter TB Brett <peter@peter-b.co.uk>
Mon, 26 Nov 2012 14:06:29 +0000 (26 14:06 +0000)
tree152c3ef50066fe5077f390194c1f2d4eeb1cec70
parentf9140160a1ba1a2d76f97aa0371dd02093130bb2
Add `gaf' program.

Add a utility program to wrap various command-line tools, called
`gaf'.  At the moment, it supports exactly one sub-command, `gaf
shell'.
Makefile.am
configure.ac
gaf/.gitignore [new file with mode: 0644]
gaf/Makefile.am [new file with mode: 0644]
gaf/builtins.h [new file with mode: 0644]
gaf/gaf.c [new file with mode: 0644]
gaf/shell.c [new file with mode: 0644]