recordings

This commit is contained in:
2025-07-31 08:55:25 +02:00
parent 64afff2110
commit 7eb9d6633f
4 changed files with 81 additions and 1 deletions

View File

@@ -18,3 +18,10 @@ AWK_RELEASEGROUPS=$(
EOF
)
export AWK_RELEASEGROUPS
AWK_RECORDINGS=$(
cat <<'EOF'
@@include awk/recordings.awk
EOF
)
export AWK_RECORDINGS