cruxports/cagebreak/.watch
2024-05-04 12:27:07 +00:00

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