aboutsummaryrefslogtreecommitdiff
path: root/toys/example/README
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2014-04-23 17:23:09 -0500
committerRob Landley <rob@landley.net>2014-04-23 17:23:09 -0500
commitf9070f36adfaf1b5c175768fb7169b9ff79da21d (patch)
tree84df08b9ceaf1b6ac1d31a26cf4f06b199ffca9f /toys/example/README
parent5fe77cf9ed586a84c5ccd289154d0b543d2b4949 (diff)
downloadtoybox-f9070f36adfaf1b5c175768fb7169b9ff79da21d.tar.gz
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.
Diffstat (limited to 'toys/example/README')
-rw-r--r--toys/example/README4
1 files changed, 4 insertions, 0 deletions
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.