On Fri, Feb 5, 2010 at 12:58 PM, Gilbert Ferrara <[email protected]> wrote: > Good Evening > So for instance if I create an hello world function, in C, can I just call > it from a Bash Script? as long as it is on my $PATH?
(yes) You can call the binary, i.e. creating the "hello world" binary from the source code by compiling it first. Then you can call it. Markus _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
