feat(demo): add a template with #excludeFromNoteMap (closes #3547)

This commit is contained in:
Elian Doran
2025-10-07 11:49:36 +03:00
parent d6e9acc149
commit 545c8648b7
6 changed files with 145 additions and 2 deletions

View File

@@ -18,6 +18,10 @@
# This script opens 4 terminal windows.
@@ -26,18 +30,38 @@
i="0"
while [ $i -lt 4 ]
do
xterm &
@@ -46,10 +70,22 @@ do
i=$[$i+1]
done</code></pre>
</div>
</div>