mass update of signatures

This commit is contained in:
2023-02-17 15:00:33 -05:00
parent 098ed2399c
commit 7173b8c567
45 changed files with 110 additions and 44 deletions

5
wezterm/.watch Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
curl -s "https://github.com/wez/wezterm/releases" \
| awk '/<h2 class=.sr-only/ {$0=gensub(/<h2 .*>(.+)<.*/,"\\1",1); print;}' \
| head -n 1