//---------------------------------------------------------------------- // This software is part of the OpenBeOS distribution and is covered // by the OpenBeOS license. // // Copyright (c) 2003 Tyler Dauwalder, tyler@dauwalder.net //---------------------------------------------------------------------- /*! \file makeudfimage.cpp UDF image builder. */ #include "Shell.h" int main(int argc, char *argv[]) { Shell shell; shell.Run(argc, argv); return 0; }