From d0222503ff9ff264efa74f6de651b308d20a05b8 Mon Sep 17 00:00:00 2001 From: Pere Orga Date: Thu, 9 Feb 2012 18:23:33 +0100 Subject: applets_sh/*: Add a few more examples of "shell applets" Signed-off-by: Pere Orga Signed-off-by: Denys Vlasenko --- applets_sh/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 applets_sh/README (limited to 'applets_sh/README') diff --git a/applets_sh/README b/applets_sh/README new file mode 100644 index 000000000..9dcd38ae3 --- /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. -- cgit v1.2.3