Skip to content

Commit

Permalink
suck it
Browse files Browse the repository at this point in the history
  • Loading branch information
¨Roman committed Nov 9, 2024
1 parent 7431559 commit 9b7dc5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/execute/execute_child.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ static void handle_exec_errors(char *exec_path, t_ms_data *data)
}
if (execve(exec_path, data->args, env_to_array(data->envp)) == -1)
{
ft_putstr_fd("minishell: fuck it\n", STDERR_FILENO);
ft_putstr_fd("maxishell: command not found\n", STDERR_FILENO);
exit(IS_DIRECTORY);
}
}
Expand Down
3 changes: 3 additions & 0 deletions src/utils/.maxishell_history
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
""
e
tegtrg

0 comments on commit 9b7dc5d

Please sign in to comment.