Shell 0.5.4: changes in console apps; history cmd added; ccpuid, free, killall cmds came back.

git-svn-id: svn://kolibrios.org@2735 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Albom
2012-06-04 12:54:51 +00:00
parent c876fb5ca5
commit a2ca7586dc
14 changed files with 114 additions and 39 deletions

View File

@@ -13,7 +13,7 @@ char command;
int size;
int is_end;
_itoa(pid, name);
itoa(pid, name);
strcat(name, "-SHELL");
buffer = NULL;
@@ -92,4 +92,4 @@ for (i = 0; i < 30; i++)
}
return 9;
}
}