aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: ac082e562c10e2bc0a8082bfc4544ca9d6367b60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
NAME
	libexec - Library for running complex external utilities

DESCRIPTION
	libexec is a library that is designed to make it easy
	to safely and correctly run external utilities, including
	creating pipe lines.

	libexec is both designed to aid shell implementations and
	to make it easier to write programs run a lot of commands
	but could not easily be written as a shell script.

SEE ALSO
	None.