Files
cruxports/recode/.watch
T
2023-02-10 21:01:18 -05:00

6 lines
158 B
Bash

#!/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