42sh 1.0.0
Create a shell in C
|
The file containing the scripting functions. More...
#include "../include/myshell.h"
Functions | |
void | remove_comments (char *line) |
Remove the comments from a line. | |
int | read_file_in_stdin (char *file) |
Read a file and execute the commands in it. | |
The file containing the scripting functions.
int read_file_in_stdin | ( | char * | file | ) |
Read a file and execute the commands in it.
file | The file path |
void remove_comments | ( | char * | line | ) |
Remove the comments from a line.
line | The line |