2006-03-30 01:24:02 +05:30
|
|
|
/* vi: set sw=4 ts=4: */
|
2006-03-30 07:31:48 +05:30
|
|
|
/* This file was released into the public domain by Paul Fox.
|
2006-03-30 01:24:02 +05:30
|
|
|
*/
|
2005-08-01 21:34:40 +05:30
|
|
|
#include "busybox.h"
|
|
|
|
#include "bbconfigopts.h"
|
|
|
|
|
|
|
|
int bbconfig_main(int argc, char **argv)
|
|
|
|
{
|
|
|
|
printf(bbconfig_config);
|
|
|
|
return 0;
|
|
|
|
}
|