blob: ce14d4a1f1b07c22fc34b95fbe76e86ac432e034 [file] [log] [blame]
Paul Fox5139bd92006-03-29 19:54:02 +00001/* vi: set sw=4 ts=4: */
Rob Landleya8e27602006-03-30 02:01:48 +00002/* This file was released into the public domain by Paul Fox.
Paul Fox5139bd92006-03-29 19:54:02 +00003 */
Paul Fox79c142d2005-08-01 16:04:40 +00004#include "busybox.h"
5#include "bbconfigopts.h"
6
7int bbconfig_main(int argc, char **argv)
8{
9 printf(bbconfig_config);
10 return 0;
11}