links to awk projects

This commit is contained in:
sejo 2021-12-17 13:57:07 -06:00
parent f94a030f17
commit 8bb981c40c
1 changed files with 12 additions and 0 deletions

View File

@ -4,6 +4,18 @@ an awk-ward (or not really) language.
some notes in process.
# projects
the static site generator for the compudanzas.net {wiki} is mostly written in awk:
=> https://tildegit.org/sejo/compudanzas generator and source files for the compudanzas.net site
g2e is an opinionated gempub to epub converter written in awk:
=> https://tildegit.org/sejo/g2e
my solutions for {advent of code 2021} have been written in awk.
# resources
=> https://www.gnu.org/software/gawk/manual/html_node/index.html gawk user's guide