toybox/toys/example/README
<<
>>
Prefs
   1Example commands
   2
   3You probably don't want to deploy any of this.
   4
   5The hello.c and skeleton.c commands provide templates for new commands:
   6hello.c is clean and simple, skeleton.c demonstrates the option parsing
   7infrastructure and having multiple commands per file. When writing a new
   8command, copying hello.c or skeleton.c to the new name may provide a good
   9starting point. (The minimal staring point is toys/posix/false.c)
  10
  11The demo_* commands demonstrate infrastructure, and do regression testing.
  12
  13Other commands in here are obsolete versions still in some recent Linux systems
  14(and often still in posix), but not really useful on modern systems.
  15