forked from KolibriOS/kolibrios
Shell 0.4 from Albom
git-svn-id: svn://kolibrios.org@959 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
7
programs/system/shell/cmd_exit.c
Normal file
7
programs/system/shell/cmd_exit.c
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
void cmd_exit()
|
||||
{
|
||||
free(ALIASES);
|
||||
_exit(1);
|
||||
kol_exit();
|
||||
}
|
Reference in New Issue
Block a user