From 6672aec007498ffd378cf9e50baf10fef9768596 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Tue, 11 Feb 2025 14:26:32 +0100 Subject: [PATCH] decision: not sure if we will implement shell script execution, it is not subject-required --- NOTES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NOTES.md b/NOTES.md index 3dd6fa3..2c8298f 100644 --- a/NOTES.md +++ b/NOTES.md @@ -460,7 +460,9 @@ an optional list of arguments, the following actions are taken. 4. If this execution fails because the file is not in executable format, and the file is not a directory, it is assumed to be a "shell script" and the shell executes it as described in _Shell Scripts_. - TODO: check if we need to implement the _Shell Scripts_ behaviour + + NOTE: we will _maybe_ implement this, we will see. It does not seem to be + required. 5. The shell waits for the command to complete and collects its exit status.