Home | History | Annotate | Download | only in example
      1 Example commands
      2 
      3 You probably don't want to deploy this, but it shows how to use the
      4 toybox infrastructure and provides templates for new commands.
      5 
      6 The hello.c and skeleton.c commands provide templates: hello.c is clean and
      7 simple, skeleton.c demonstrates the option parsing infrastructure and having
      8 multiple commands per file. When writing a new command, copying hello.c or
      9 skeleton.c to the new name may provide a good starting point.
     10 
     11 The demo_* commands demonstrate infrastructure.
     12 
     13 Other 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