From 47f7b0ca57a37722c02dc3a4b8153c8f0ace93e6 Mon Sep 17 00:00:00 2001 From: Abdellah El Morabit Date: Wed, 19 Feb 2025 11:36:52 +0100 Subject: renamed the ls command for better code readability --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index e13500c..4304a92 100644 --- a/main.c +++ b/main.c @@ -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"); -- cgit v1.2.3-70-g09d2