Liliana Marie Prikler <liliana.prik...@gmail.com> writes:
> Am Freitag, dem 01.07.2022 um 12:28 +0200 schrieb Ricardo Wurmus: >> [...] >> An example: >> >> ./pre-inst-env guile --no-auto-compile -l etc/teams.scm -c '(cc r >> core)' >> >> This prints “git send-email” arguments to Cc members of the R and >> Core >> teams when a patch is received by Debbugs. >> >> Another example: >> >> ./pre-inst-env guile --no-auto-compile \ >> -l etc/teams.scm -c '(list-teams)' | recsel -p name,members > > Could we perhaps make that script itself executable, so that we can > write > $ ./etc/teams.scm list-teams | recsel -p name,members > $ ./etc/teams.scm cc r core Yes, we can. Just like etc/committer.scm it would need to have a .in template to let us plug in the right guile shebang. > After some pondering, I think I might want to join the emacs and games > teams, especially the former given that I'm often explaining to people > on IRC that they can load subdirs.el :) Good good. Feel free to add yourself to etc/teams.scm.in once it hits the repo. -- Ricardo