pwd/exit
This commit is contained in:
8
srcs/builtins/echo.c
Normal file
8
srcs/builtins/echo.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "../../includes/builtins.h"
|
||||
|
||||
// void echo(char *msg, int flag)
|
||||
// {
|
||||
// printf("%s", msg);
|
||||
// if (flag == 0)
|
||||
// printf("\n");
|
||||
// }
|
||||
Reference in New Issue
Block a user