minix/commands/shared
Zachary Storer 1d48ef9844 Import NetBSD true and false commands
Replaces the 'true' and 'false' functionality provided by commands/true
and commands/false.

Change-Id: I736efb9a650f3154eb21e442d676a0f5d2dee957
2014-07-28 17:05:09 +02:00
..
builtin.sh Splitting commands/cd/cd.sh 2014-03-01 09:04:56 +01:00
README Import NetBSD true and false commands 2014-07-28 17:05:09 +02:00

builtin.sh is installed as a set of tools to stand in for specific
filesystem call to builtin commands.

for example if /bin/test is used, then builtin.sh will be loaded
and simply call the builtin function of the same name.

At this moment it is installed as the following commands:
/bin/[
/bin/command
/bin/echo
/bin/expr
/bin/getopts
/bin/read
/bin/test
/bin/umask
/bin/wait

If one of the following is replaced by the NetBSD equivalent, please
update the list, and remove this completly when it is not anymore
required.