diff options
| author | Abdellah El Morabit <nsrddyn@gmail.com> | 2025-02-19 11:36:20 +0100 |
|---|---|---|
| committer | Abdellah El Morabit <nsrddyn@gmail.com> | 2025-02-19 11:36:20 +0100 |
| commit | 932701fc600b12145db900f9e64d02ee20d6cb22 (patch) | |
| tree | 543e9c3e194daece4745fbd798f489351ba5eda4 /main.c | |
| parent | ca64cd59bead916765bb989573c2e8cf90be1915 (diff) | |
prototype for the feature
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -72,6 +72,7 @@ void change_directory(const char *path); void clear(const char *arg); +void echo(const char *arg); struct exec_command CommandsList[] = { {"ls", list}, |
