Shell 0.4 from Albom

git-svn-id: svn://kolibrios.org@959 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2008-12-14 11:55:46 +00:00
parent aef7c5284b
commit 939f824d96
36 changed files with 1749 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
void cmd_exit()
{
free(ALIASES);
_exit(1);
kol_exit();
}