From 518a84fc669143246e943bd36199b566e4a3d20c Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Sat, 9 Feb 2008 14:07:58 +0000 Subject: [PATCH] Added a 'run' shell command similiar to the 'exec' command but using the high-level LOADER_LOAD() interface instead of the ELF-loader specific interface. --- apps/shell/Makefile.shell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/shell/Makefile.shell b/apps/shell/Makefile.shell index 1b32db22e..3be9ea3b8 100644 --- a/apps/shell/Makefile.shell +++ b/apps/shell/Makefile.shell @@ -1,7 +1,7 @@ shell_src = shell.c serial-shell.c shell-reboot.c \ shell-vars.c shell-ps.c shell-rime.c shell-sendtest.c \ shell-blink.c shell-text.c shell-time.c \ - shell-file.c shell-netfile.c shell-exec.c \ + shell-file.c shell-netfile.c shell-exec.c shell-run.c \ shell-rime-ping.c shell-rime-sniff.c shell-rime-netcmd.c \ #shell-rsh.c shell_dsc = shell-dsc.c