summary refs log tree commit diff
path: root/progs/shel
diff options
context:
space:
mode:
authorWlodekM <[email protected]>2025-02-19 10:24:56 +0200
committerWlodekM <[email protected]>2025-02-19 10:24:56 +0200
commit3cafac0479d25ec70375712576ad2d965d10ebac (patch)
treed013c36a26406e1884bb2f9362760cb897bb2172 /progs/shel
parent4583635f5d11cc7aa6d71ccba0ceea5644d9e02b (diff)
devscan and stuff
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};