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