diff options
author | Pere Orga | 2012-02-09 18:23:33 +0100 |
---|---|---|
committer | Denys Vlasenko | 2012-02-09 18:23:33 +0100 |
commit | d0222503ff9ff264efa74f6de651b308d20a05b8 (patch) | |
tree | 7eb01024fd36dfebc5f303a3cc408766925b1604 /applets_sh/README | |
parent | 594db1e62a060a0a5646f6840112189fd0ce3b81 (diff) | |
download | busybox-d0222503ff9ff264efa74f6de651b308d20a05b8.zip busybox-d0222503ff9ff264efa74f6de651b308d20a05b8.tar.gz |
applets_sh/*: Add a few more examples of "shell applets"
Signed-off-by: Pere Orga <gotrunks@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'applets_sh/README')
-rw-r--r-- | applets_sh/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/applets_sh/README b/applets_sh/README new file mode 100644 index 0000000..9dcd38a --- /dev/null +++ b/applets_sh/README @@ -0,0 +1,5 @@ +This directory contains examples of applets implemented as shell scripts. + +So far these scripts are not hooked to the build system and are not +installed by "make install". If you want to use them, +you need to install them by hand. |