X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=systemcommand.h;h=6a4b884cba8ee21629219593cf43eae7b4c02447;hb=e98d56be8369a799e61a411bc13d3bd1fa3451e5;hp=3c22773f2d9e70417c6dc3fef6a58181a16440f0;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/systemcommand.h b/systemcommand.h index 3c22773..6a4b884 100644 --- a/systemcommand.h +++ b/systemcommand.h @@ -26,7 +26,8 @@ class SystemCommand : public Command { string getCommandCategory() { return "General"; } string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/System"; } - + string getDescription() { return "execute system commands from within mothur"; } + int execute(); void help() { m->mothurOut(getHelpString()); }