summaryrefslogtreecommitdiff
path: root/src/log.c
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-05-29 13:57:07 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-05-29 13:57:07 +0530
commit26df2f9a8cbe3a249d54baa090edaf6a13ec883d (patch)
tree736318d0b4f168660d8e7dab843c8002555db41f /src/log.c
parentc38475eb5d82f6e587faf2956a7eba3085890e99 (diff)
crazy working logging system, we are back to where we were yesterday, just with logs
Diffstat (limited to 'src/log.c')
-rw-r--r--src/log.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/log.c b/src/log.c
index f921d52..53198cd 100644
--- a/src/log.c
+++ b/src/log.c
@@ -11,6 +11,7 @@ int main(int argc, char** argv) {
char* new_argv[] = {argv[i], NULL};
execvp(argv[i], new_argv);
}
+ sleep(1);
}
while (1) {