6 lines
154 B
Plaintext
6 lines
154 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
curl -s "https://github.com/coelckers/prboom-plus/tags" \
|
||
|
| awk '/^\s*<pre class.*bump version to / {print $NF}' \
|
||
|
| head -n 1
|