passed decoding to another file
This commit is contained in:
parent
758d764a46
commit
cc02421f24
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Reference in a new issue