From: Dominik Kaiser Date: Mon, 21 Oct 2024 12:32:36 +0000 (+0200) Subject: Add path handling for real now X-Git-Url: https://git.dkaiser.de/?a=commitdiff_plain;h=32e454ed265fc66dc45e43a3c68fbbe416fc16f9;p=42%2Fminishell.git Add path handling for real now --- diff --git a/src/get_cmd_path.c b/src/get_cmd_path.c new file mode 100644 index 0000000..1ecf393 --- /dev/null +++ b/src/get_cmd_path.c @@ -0,0 +1,82 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* get_cmd_path.c :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: dkaiser