cruxports/cagebreak/.watch

6 lines
177 B
Plaintext
Raw Normal View History

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