00001 <?php00027 // This is a command line script, load tools and parse args00028 require_once 'userOptions.inc';
00029
00030 // Load up our tool system, exit with usage() if options are not fine00031$uo = newuserOptions( $options, $args );
00032
00033 $uo->run();
00034
00035print"Done.\n";