42sh 1.0.0
Create a shell in C
|
The file containing the 42shrc functions. More...
#include "../include/myshell.h"
Functions | |
void | check_42shrc (mysh_t *mysh) |
Check if the 42shrc file exists in the home directory and create it if it doesn't. | |
The file containing the 42shrc functions.
void check_42shrc | ( | mysh_t * | mysh | ) |
Check if the 42shrc file exists in the home directory and create it if it doesn't.
mysh | The shell structure |