android_external_toybox/toys/example
2014-09-26 18:42:23 -05:00
..
hello.c 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. 2014-04-23 17:23:09 -05:00
README 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. 2014-04-23 17:23:09 -05:00
skeleton.c Separate more commands so single.sh can build them standalone. 2014-09-26 18:42:23 -05:00

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.