passed decoding to another file

This commit is contained in:
Jake Howard 2014-12-30 22:39:01 +00:00
parent 758d764a46
commit cc02421f24

View File

@ -47,7 +47,8 @@ namespace Pithos
case "/":
if (args[0] == "exec") //runs a pithos program
{
pithosPrograms.decodeInput(input);
return;
}
else if (args[0] == "start") //runs a program (using cmd)
{