cruxports/bemenu/.watch

6 lines
157 B
Plaintext
Raw Normal View History

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