mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
decision: not sure if we will implement shell script execution, it is not subject-required
This commit is contained in:
parent
d72613c29f
commit
6672aec007
1 changed files with 3 additions and 1 deletions
4
NOTES.md
4
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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue