diff options
| author | Abdellah El Morabit <nsrddyn@gmail.com> | 2025-02-19 11:36:52 +0100 |
|---|---|---|
| committer | Abdellah El Morabit <nsrddyn@gmail.com> | 2025-02-19 11:36:52 +0100 |
| commit | 47f7b0ca57a37722c02dc3a4b8153c8f0ace93e6 (patch) | |
| tree | ea0f5b81f9cc574629e3af75db0da01661802b85 | |
| parent | 932701fc600b12145db900f9e64d02ee20d6cb22 (diff) | |
renamed the ls command for better code readability
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -126,7 +126,7 @@ void exec_command(char *input) { // shell command functions // ls command -void ls(const char *path) { +void list(const char *path) { struct dirent *entry; if (path == NULL) { printf("No path found\n"); |
