From 6e703034f434d17b748e95f8c045ead3657ae69e Mon Sep 17 00:00:00 2001 From: John Beppu Date: Mon, 17 Apr 2000 16:53:45 +0000 Subject: + no need for comments. --- lash.c | 1 - sh.c | 1 - shell/lash.c | 1 - 3 files changed, 3 deletions(-) diff --git a/lash.c b/lash.c index bd95ba761..bbf57752b 100644 --- a/lash.c +++ b/lash.c @@ -113,7 +113,6 @@ static int busy_loop(FILE * input); static struct builtInCommand bltins[] = { {"bg", "Resume a job in the background", "bg [%%job]", shell_fg_bg}, {"cd", "Change working directory", "cd [dir]", shell_cd}, - //{"echo", "Echo arguments on stdout", "echo arg1 [...]", shell_echo}, {"env", "Print all environment variables", "env", shell_env}, {"exit", "Exit from shell()", "exit", shell_exit}, {"fg", "Bring job into the foreground", "fg [%%job]", shell_fg_bg}, diff --git a/sh.c b/sh.c index bd95ba761..bbf57752b 100644 --- a/sh.c +++ b/sh.c @@ -113,7 +113,6 @@ static int busy_loop(FILE * input); static struct builtInCommand bltins[] = { {"bg", "Resume a job in the background", "bg [%%job]", shell_fg_bg}, {"cd", "Change working directory", "cd [dir]", shell_cd}, - //{"echo", "Echo arguments on stdout", "echo arg1 [...]", shell_echo}, {"env", "Print all environment variables", "env", shell_env}, {"exit", "Exit from shell()", "exit", shell_exit}, {"fg", "Bring job into the foreground", "fg [%%job]", shell_fg_bg}, diff --git a/shell/lash.c b/shell/lash.c index bd95ba761..bbf57752b 100644 --- a/shell/lash.c +++ b/shell/lash.c @@ -113,7 +113,6 @@ static int busy_loop(FILE * input); static struct builtInCommand bltins[] = { {"bg", "Resume a job in the background", "bg [%%job]", shell_fg_bg}, {"cd", "Change working directory", "cd [dir]", shell_cd}, - //{"echo", "Echo arguments on stdout", "echo arg1 [...]", shell_echo}, {"env", "Print all environment variables", "env", shell_env}, {"exit", "Exit from shell()", "exit", shell_exit}, {"fg", "Bring job into the foreground", "fg [%%job]", shell_fg_bg}, -- cgit v1.2.3