cruxports/prboom-plus/.watch

6 lines
171 B
Plaintext
Raw Normal View History

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