diff options
| author | nasrlol <nsrddyn@gmail.com> | 2025-02-18 21:12:35 +0100 |
|---|---|---|
| committer | nasrlol <nsrddyn@gmail.com> | 2025-02-18 21:12:35 +0100 |
| commit | 6334869a10cf038f67fb1192b531cd4deaf4ea49 (patch) | |
| tree | 5919c2c0c518843438a7e4a4ff1509a728d36e1e | |
| parent | dcf4c564a03f6ebde88e301ff2135a2b2e00dba9 (diff) | |
thought that clearing the terminal before showing the shell would give it a more real experience
Signed-off-by: nasrlol <nsrddyn@gmail.com>
| -rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -81,6 +81,7 @@ void change_directory(const char *path) { } int main(void) { + clear(); while (1) { printf("\n$ "); |
