previous | start | next

Initial Shell Code - eval (continued)

The builtin_cmd function returns 1 to eval if the command was one of the "builtin" commands and 0 otherwise.

For a return value of 1, eval should just return to main for the next command.

If the command was not built-in, however, eval must work!

Part of the work is:



previous | start | next