summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/main.c b/main.c
index 617f78d..88be4cc 100644
--- a/main.c
+++ b/main.c
@@ -74,7 +74,16 @@ void clear();
struct exec_command CommandsList[] = {
- {"ls", ls},
+ {"ls", list},
+ {"make_dir", make_dir},
+ {"remove_dir", remove_dir},
+ {"remove_file", remove_file},
+ {"copy_files", copy_files},
+ {"move_files", move_files},
+ {"print_cdirectory", print_cdirectory},
+ {"change_directory", change_directory},
+ {"clear", clear},
+ {"echo", echo}
};
// code functions