Ramprasad B wrote:
> I need a help in calling external programs from shell script.
A shell script and specifically a bash script automically calls
external programs.

> For example a java class or methods and c functions from a shell script.

Those programs need to be turned into a standalone executable.  For
example a C program must be compiled into a program.  The program can
be executed.

Bob


_______________________________________________
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash

Reply via email to