X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=systemcommand.h;fp=systemcommand.h;h=e0061f587ea6a3c7003fbc8b16a48763242ce964;hb=a44542a3c740cf957cff72ac71742f2fe48b0eaf;hp=3c22773f2d9e70417c6dc3fef6a58181a16440f0;hpb=f2408a11ad53c148e3a3329018ca7d04b567f11d;p=mothur.git diff --git a/systemcommand.h b/systemcommand.h index 3c22773..e0061f5 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 "excute system commands from within mothur"; } + int execute(); void help() { m->mothurOut(getHelpString()); }