summaryrefslogtreecommitdiff
path: root/userspace/foolshell.c
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/foolshell.c')
-rw-r--r--userspace/foolshell.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/userspace/foolshell.c b/userspace/foolshell.c
index 84d24b0..8496b05 100644
--- a/userspace/foolshell.c
+++ b/userspace/foolshell.c
@@ -45,14 +45,6 @@ int main(int argc, char **argv)
if(!silent)hello();
char *buf=malloc(256);
- // printf("malloc returned: 0x%08X\n",buf);
- //
- while(1)
- {
- fgets(buf,2,stdin);
- buf[1]=0;
- puts(buf);
- }
while(1)