freebsd-ports/shells/shell-include/pkg-descr
Jean Milanez Melo 1b63fb0c33 - Add WWW in pkg-descr.
PR:		ports/112209
Submitted by:	kitsune <v.velox@vvelox.net>
Approved by:	Zane C.B. <vvelox@vvelox.net>
2007-05-28 14:58:33 +00:00

11 lines
373 B
Text

Allows include files to be used in shells the same way they are with C.
The file with the include code needs to be included. This is done by
figuring out were it is located using which. . `which sh-include` will
take care of it for sh.
sh example...
. `which sh-include`
include fileGetLine
line=`fileGetLine /etc/group 4`
WWW: http://vvelox.net/projects/shell-include/