diff options
author | Marvin Borner | 2020-01-20 23:12:54 +0100 |
---|---|---|
committer | Marvin Borner | 2020-01-20 23:12:54 +0100 |
commit | 391ed256d21a6ae2e2456d1809f357e6e96e15d1 (patch) | |
tree | 0fe9ffb3c59bbfeb3d8a04ab7fc6efba60d81e79 /src/kernel/commands/command.h | |
parent | d5d1749257ff8b9aa6b5ace4b4720b484a2860f3 (diff) |
Added pure awesomeness
Actually quite some days of work but ok
Diffstat (limited to 'src/kernel/commands/command.h')
-rw-r--r-- | src/kernel/commands/command.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/kernel/commands/command.h b/src/kernel/commands/command.h deleted file mode 100644 index 9e402aa..0000000 --- a/src/kernel/commands/command.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef MELVIX_COMMAND_H -#define MELVIX_COMMAND_H - -/** - * Execute a command in the pseudo shell - * @deprecated - will be replaced by real shell soon - * @param command The desired command - */ -void exec_command(char *command); - -#endif |