]> git.cworth.org Git - fips/commit
Add the ability to execute a program.
authorCarl Worth <cworth@cworth.org>
Mon, 22 Apr 2013 23:03:07 +0000 (16:03 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 23 Apr 2013 21:01:29 +0000 (14:01 -0700)
commit07d2b55d88742b0ca38507daae7101619f0b96d5
tree80dcd60f6f075493681bc282b985b44983e485a2
parente0072d01d5353d23d2e344c5bbb40ba0c8cb4241
Add the ability to execute a program.

Simply fork and exec the command-line arguments given.

(Nothing is actually changed yet about the environment in which the
program is executed.)
Makefile.local
configure
execute.c [new file with mode: 0644]
execute.h [new file with mode: 0644]
fips.c