From f9070f36adfaf1b5c175768fb7169b9ff79da21d Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 23 Apr 2014 17:23:09 -0500 Subject: Add example directory, move hello.c into it, add skeleton.c to demonstrate more complciated stuff (multiple commands per file, etc), and have genconfig.sh sort backwards so posix is first and example last in menuconfig. --- toys/example/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 toys/example/README (limited to 'toys/example/README') diff --git a/toys/example/README b/toys/example/README new file mode 100644 index 00000000..d0f6631a --- /dev/null +++ b/toys/example/README @@ -0,0 +1,4 @@ +Example commands + +You probably don't want to deploy this, but it shows how to use the +toybox infrastructure and provides templates for new commands. -- cgit v1.2.3