From 6334869a10cf038f67fb1192b531cd4deaf4ea49 Mon Sep 17 00:00:00 2001 From: nasrlol Date: Tue, 18 Feb 2025 21:12:35 +0100 Subject: thought that clearing the terminal before showing the shell would give it a more real experience Signed-off-by: nasrlol --- main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/main.c b/main.c index 80a5fe7..6c81cfb 100644 --- a/main.c +++ b/main.c @@ -81,6 +81,7 @@ void change_directory(const char *path) { } int main(void) { + clear(); while (1) { printf("\n$ "); -- cgit v1.2.3-70-g09d2