busybox/miscutils/bbconfig.c
Paul Fox 79c142d938 new config display applet, from bug 46. i've changed the name
of the applet from "config" to "bbconfig", and renamed the
source filenames and symbols to match appropriately.
2005-08-01 16:04:40 +00:00

9 lines
130 B
C

#include "busybox.h"
#include "bbconfigopts.h"
int bbconfig_main(int argc, char **argv)
{
printf(bbconfig_config);
return 0;
}