aboutsummaryrefslogtreecommitdiff
path: root/sh.c
diff options
context:
space:
mode:
Diffstat (limited to 'sh.c')
-rw-r--r--sh.c1
1 files changed, 0 insertions, 1 deletions
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);
113static struct builtInCommand bltins[] = { 113static struct builtInCommand bltins[] = {
114 {"bg", "Resume a job in the background", "bg [%%job]", shell_fg_bg}, 114 {"bg", "Resume a job in the background", "bg [%%job]", shell_fg_bg},
115 {"cd", "Change working directory", "cd [dir]", shell_cd}, 115 {"cd", "Change working directory", "cd [dir]", shell_cd},
116 //{"echo", "Echo arguments on stdout", "echo arg1 [...]", shell_echo},
117 {"env", "Print all environment variables", "env", shell_env}, 116 {"env", "Print all environment variables", "env", shell_env},
118 {"exit", "Exit from shell()", "exit", shell_exit}, 117 {"exit", "Exit from shell()", "exit", shell_exit},
119 {"fg", "Bring job into the foreground", "fg [%%job]", shell_fg_bg}, 118 {"fg", "Bring job into the foreground", "fg [%%job]", shell_fg_bg},