diff options
author | Rob Landley <rob@landley.net> | 2014-04-23 17:23:09 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2014-04-23 17:23:09 -0500 |
commit | f9070f36adfaf1b5c175768fb7169b9ff79da21d (patch) | |
tree | 84df08b9ceaf1b6ac1d31a26cf4f06b199ffca9f /toys/example/README | |
parent | 5fe77cf9ed586a84c5ccd289154d0b543d2b4949 (diff) | |
download | toybox-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/README | 4 |
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. |