42sh 1.0.0
Create a shell in C
|
The file containing the tilde functions. More...
#include "../../include/myshell.h"
Functions | |
int | check_tilde (mysh_t *mysh) |
Transform the tilde in the command line by the home path. | |
The file containing the tilde functions.
int check_tilde | ( | mysh_t * | mysh | ) |
Transform the tilde in the command line by the home path.
mysh | The shell structure |