cruxports/recode/.watch

6 lines
158 B
Plaintext
Raw Normal View History

2023-02-11 02:01:18 +00:00
#!/bin/sh
curl -s "https://github.com/rrthomas/recode/releases" \
| awk '/<h2 class=.sr-only/ {$0=gensub(/<h2 .*v(.+)<.*/,"\\1",1); print;}' \
| head -n 1