GMS Linux: start?
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
#ifndef BUILTIN_H
|
||||
#define BUILTIN_H
|
||||
|
||||
void cmd_cd(char *path);
|
||||
void cmd_pwd();
|
||||
|
||||
void cmd_ls(char *path);
|
||||
|
||||
// void cmd_cat(int argc, const char* args[]);
|
||||
// void cmd_proc();
|
||||
// void cmd_echo(int argc, const char* args[]);
|
||||
|
||||
void cmd_poweroff();
|
||||
void cmd_reboot();
|
||||
|
||||
void cmd_size();
|
||||
void cmd_resize(char* row, char* col);
|
||||
|
||||
void cmd_help();
|
||||
|
||||
void handle_redirection(const char *argv[]);
|
||||
|
||||
#endif // BUILTIN_H
|
||||
Reference in New Issue
Block a user