From 69c8b16abc32e1dc65f8c4779dd9594bcc481ca9 Mon Sep 17 00:00:00 2001 From: ER Date: Wed, 10 May 2023 19:32:37 +0300 Subject: [PATCH] docs: info about manually listed scripts & autorun removed from recipe.yml in previous commit --- scripts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/README.md b/scripts/README.md index 72088c7..6a8f165 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -6,4 +6,4 @@ Your scripts will be given exactly one argument when they are executed, which sp ## `autorun.sh` -`autorun.sh` is enabled by default and automatically runs all scripts in the folders `scripts/pre/` and `scripts/post/` at the correct execution phases. +`autorun.sh` is enabled by default and automatically runs all scripts in the folders `scripts/pre/` and `scripts/post/` at the correct execution phases. Manually listed scripts can be combined with `autorun.sh`.