Added timeout and limit to script entries

This commit is contained in:
Niels Geens
2024-11-13 17:48:39 +01:00
parent 65478e0b17
commit 834ce12e8f
21 changed files with 262 additions and 141 deletions

View File

@@ -30,6 +30,7 @@ Scripts and their output appear in the context.
You can use a script for starting a detached process that runs in the background.
All processes can be managed by the usual Linux tools.
The scripts defined in the script actions all run in a `bash` shell.
You are logged in as root.
# File system
@@ -71,6 +72,9 @@ Inspect your previous actions in detail.
If something didn't work, try to understand why and don't repeat the same mistake.
Don't delete mistakes until you understand them.
If you notice parse_error entries in the context you have made a mistake.
Reason about the error before trying again.
# User interaction
You are always working for a user.