summaryrefslogtreecommitdiff
path: root/userspace/shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/shell.c')
-rw-r--r--userspace/shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/shell.c b/userspace/shell.c
index 544da96..ae39c1a 100644
--- a/userspace/shell.c
+++ b/userspace/shell.c
@@ -18,7 +18,7 @@ void prompt() {
int main(int argc, char **argv)
{
- hello();
+// hello();
FILE *input;
input=fopen("input.txt","r");