X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=systemcommand.h;fp=systemcommand.h;h=410a12e7657a1c0625281429e261a519dccf45ef;hb=55dad85695dba70b4447d1430733ecd85754783c;hp=0000000000000000000000000000000000000000;hpb=c53c53b0280452e1c3a087fbf807b2e508cd66c4;p=mothur.git diff --git a/systemcommand.h b/systemcommand.h new file mode 100644 index 0000000..410a12e --- /dev/null +++ b/systemcommand.h @@ -0,0 +1,32 @@ +#ifndef SYSTEMCOMMAND_H +#define SYSTEMCOMMAND_H + +/* + * systemcommand.h + * Mothur + * + * Created by Sarah Westcott on 7/8/09. + * Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved. + * + */ + +#include "command.hpp" + + +class SystemCommand : public Command { + + public: + + SystemCommand(string); + ~SystemCommand(){}; + int execute(); + void help(); + + private: + string command; + bool abort; + +}; + +#endif +