/************************************************************************
*                                                                       *
* main.c                                                                *
*                                                                       *
* main process                                                          *
*                                                                       *
************************************************************************/



#define DEBUG
#include "etb.h"
#include "parsecli.c"
#include "etb.c"
	


int main(int argc, char **argv)
{
   char  version[]= "$VER: " VERSION ; /* embedded version number    */

   mainCLI(argc,argv) ; 
}
