6 lines
153 B
Bash
Executable File
6 lines
153 B
Bash
Executable File
#!/bin/sh
|
|
|
|
curl -s "https://raw.githubusercontent.com/project-repo/cagebreak/master/Changelog.md" \
|
|
| awk '/^## Release/ { print $NF }' \
|
|
| head -n 1
|