aboutsummaryrefslogtreecommitdiff
path: root/shells/shell-include/pkg-descr
blob: 26966077f97e73554a3d8a23eea6416971ab40a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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/