From 27ac717f67dab3130bdd747eb14705b9c9a974c5 Mon Sep 17 00:00:00 2001 From: yosyo Date: Mon, 15 Jul 2024 14:07:44 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=E2=9C=A8=E3=80=8D=20feat(exec/exit=5F?= =?UTF-8?q?code):=20set=20exit=5Fcode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/exec/utils_exec.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/exec/utils_exec.c b/src/exec/utils_exec.c index ab6e148..60675f3 100644 --- a/src/exec/utils_exec.c +++ b/src/exec/utils_exec.c @@ -3,10 +3,10 @@ /* ::: :::::::: */ /* utils_exec.c :+: :+: :+: */ /* +:+ +:+ +:+ */ -/* By: adjoly +#+ +:+ +#+ */ +/* By: mmoussou