cruxports/prboom-plus/.watch

6 lines
154 B
Plaintext
Raw Normal View History

2024-05-04 08:16:57 -04:00
#!/bin/sh
curl -s "https://github.com/coelckers/prboom-plus/tags" \
| awk '/^\s*<pre class.*bump version to / {print $NF}' \
| head -n 1