summary refs log tree commit diff
path: root/progs/shel
diff options
context:
space:
mode:
Diffstat (limited to 'progs/shel')
-rw-r--r--progs/shel/shel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/shel/shel.c b/progs/shel/shel.c
index 323a06d..9de9a6f 100644
--- a/progs/shel/shel.c
+++ b/progs/shel/shel.c
@@ -66,6 +66,7 @@ void joinPath(char *result, const char *base, const char *rel) {
 }
 
 int main() {
+    write(1, "*", 1);
     char input[255] = {0};
     char command[128] = {0};
     char *argv[32] = {0};