cruxports/cagebreak/.watch

6 lines
153 B
Plaintext
Raw Normal View History

2023-02-17 15:00:33 -05:00
#!/bin/sh
2024-05-04 08:16:57 -04:00
curl -s "https://raw.githubusercontent.com/project-repo/cagebreak/master/Changelog.md" \
| awk '/^## Release/ { print $NF }' \
2023-02-17 15:00:33 -05:00
| head -n 1