#include <module.h>

main(argc, argv)
int argc;
char *argv[];
{
   while(1) {
      if( (int) munload(argv[1], 0) ==  -1)
          break;
   }
}