Minishell
|
#include "main.h"
Go to the source code of this file.
Functions | |
int | split_commands (data_t *data) |
int | redirect_input (data_t *data, run_command_t *current) |
int | save_exec_path (data_t *data, run_command_t *command) |
void | save_executable (char *path, char *program, run_command_t *command) |
int redirect_input | ( | data_t * | data, |
run_command_t * | current ) |
int save_exec_path | ( | data_t * | data, |
run_command_t * | command ) |
void save_executable | ( | char * | path, |
char * | program, | ||
run_command_t * | command ) |
path | This is a path where the program executable is saved |
program | contains the name of the executable |
command |
int split_commands | ( | data_t * | data | ) |