about summary refs log tree commit diff stats
path: root/docs/templates.txt
diff options
context:
space:
mode:
authorCharadon <dev@iotib.net>2022-09-29 10:40:41 -0400
committerCharadon <dev@iotib.net>2022-09-29 10:40:41 -0400
commit928adb2ea9697f321b1a4a226f4c7c3123f5e56b (patch)
tree4f2df2e3377ce75f7f32d3b6a39461ca7d8e4cfe /docs/templates.txt
parent24921f2f79dd21553375dc0db972ffe1e0898467 (diff)
downloaddscip-928adb2ea9697f321b1a4a226f4c7c3123f5e56b.tar.gz
docs/templates.txt: Added information that you can indeed use config.sh in your templates.
Diffstat (limited to 'docs/templates.txt')
-rw-r--r--docs/templates.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/templates.txt b/docs/templates.txt
index 19eb19d..c28aecc 100644
--- a/docs/templates.txt
+++ b/docs/templates.txt
@@ -5,6 +5,7 @@ pre.sh
 post.sh
 build.sh
 failed.sh
+config.sh
 
 This can be helpful if you have multiple projects that build pretty much
 exactly the same. Or are extremely similar and only require small
@@ -17,4 +18,5 @@ templates/
 ├── build.sh
 ├── failed.sh
 ├── post.sh
+├── config.sh
 └── pre.sh