Initial commit

This commit is contained in:
2025-07-21 14:28:02 +02:00
commit 84bff90664
10 changed files with 184 additions and 0 deletions

6
src/sh/awk.sh Normal file
View File

@@ -0,0 +1,6 @@
AWK_ARTISTS=$(
cat <<'EOF'
@@include awk/artists.awk
EOF
)
export AWK_ARTISTS