cruxports/labwc/.watch

6 lines
154 B
Plaintext
Raw Normal View History

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