summaryrefslogtreecommitdiff
path: root/userspace/fsh.c
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-28 11:13:06 +0200
committerMiguel <m.i@gmx.at>2018-09-28 11:13:06 +0200
commit5f6c2bcf0d2f9c416134aba224d90a605f216818 (patch)
tree6fda812ecd1ce06f743c292f3d0495d0b2941bbd /userspace/fsh.c
parent4ddca59e2c07a98988ffb07571d2b35c4c90f5ac (diff)
struggling with scheduler and userprog to view ppm files
Diffstat (limited to 'userspace/fsh.c')
-rw-r--r--userspace/fsh.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/userspace/fsh.c b/userspace/fsh.c
index 5609256..81c2bce 100644
--- a/userspace/fsh.c
+++ b/userspace/fsh.c
@@ -224,6 +224,7 @@ bool process(char *buf)
i++;
}
}
+
else // otherwise treat command as exectutable and send to execve
{
int pid=_fork();