list release groups

This commit is contained in:
2025-07-21 21:10:10 +02:00
parent 8a3e5144cf
commit c40768c973
7 changed files with 181 additions and 19 deletions

View File

@@ -4,3 +4,17 @@ AWK_ARTISTS=$(
EOF
)
export AWK_ARTISTS
AWK_RELEASES=$(
cat <<'EOF'
@@include awk/releases.awk
EOF
)
export AWK_RELEASES
AWK_RELEASEGROUPS=$(
cat <<'EOF'
@@include awk/releasegroups.awk
EOF
)
export AWK_RELEASEGROUPS