diff options
| author | 2024-09-17 20:44:04 -0400 | |
|---|---|---|
| committer | 2024-09-17 20:44:04 -0400 | |
| commit | b8501210aefeff45b2eb75429c6e3ca2c1ecc983 (patch) | |
| tree | 7a4d581862da2ac3b33286284b8dea94a0c113b7 /src/lush.h | |
| parent | Update README.md (diff) | |
changed tokenizer to handle all the chaining operators
Diffstat (limited to '')
| -rw-r--r-- | src/lush.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ int lush_num_builtins(); int lush_run(lua_State *L, char ***commands, int num_commands); char *lush_read_line(); -char **lush_split_pipes(char *line); +char **lush_split_commands(char *line); char ***lush_split_args(char **commands, int *status); void lush_execute_command(char **args, int input_fd, int output_fd); |
