1
0
mirror of https://github.com/KeyZox71/ft_minipowershell.git synced 2025-05-13 16:08:45 +02:00

🏗️」 wip: CD reworked

This commit is contained in:
2024-06-25 14:40:44 +02:00
parent d3a8e94779
commit db8435b6c2
4 changed files with 32 additions and 14 deletions

View File

@ -6,7 +6,7 @@
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/24 11:18:04 by adjoly #+# #+# */
/* Updated: 2024/06/24 12:47:08 by adjoly ### ########.fr */
/* Updated: 2024/06/25 11:31:25 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
@ -89,7 +89,7 @@ int main(int ac, char **av, char **env)
break ;
if (is_str(test, "pwd"))
{
ft_pwd(&env_l);
ft_pwd();
continue ;
}
if (is_str(test, "cd"))