mass update of signatures
This commit is contained in:
5
wezterm/.watch
Executable file
5
wezterm/.watch
Executable 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
|
||||
Reference in New Issue
Block a user