# Packages
Package main is the busybox main.go template.
# Functions
ListCmds lists bb commands and verifies symlinks.
Register registers an init and main function for name.
RegisterDefault registers a default init and main function.
Run runs the command with the given name.
# Variables
ErrNotRegistered is returned by Run if the given command is not registered.
Noop is a noop function.