summaryrefslogtreecommitdiff
path: root/userspace/simple.c
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/simple.c')
-rw-r--r--userspace/simple.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/userspace/simple.c b/userspace/simple.c
index e3bca65..6dcf766 100644
--- a/userspace/simple.c
+++ b/userspace/simple.c
@@ -11,8 +11,7 @@ int main(int argc, char **argv)
}
- // replace with foolshell after finishing!
- execve(15,0,0);
+ return 0;
}