hush/miscutils/bbconfig.c

13 lines
261 B
C
Raw Normal View History

2006-03-29 19:54:02 +00:00
/* vi: set sw=4 ts=4: */
2006-03-30 02:01:48 +00:00
/* This file was released into the public domain by Paul Fox.
2006-03-29 19:54:02 +00:00
*/
#include "libbb.h"
#include "bbconfigopts.h"
int bbconfig_main(int argc, char **argv);
int bbconfig_main(int argc, char **argv)
{
printf(bbconfig_config);
return 0;
}