cruxports/wf-recorder/.watch

6 lines
169 B
Plaintext
Raw Normal View History

2023-02-17 20:00:33 +00:00
#!/bin/sh
curl -s "https://github.com/ammen99/wf-recorder/releases" \
| awk '/<h2 class=.sr-only/ {$0=gensub(/.*wf-recorder (.+)<.*/,"\\1",1); print;}' \
| head -n 1