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

5 lines
148 B
Bash
Executable File

#!/bin/sh
curl -s "https://raw.githubusercontent.com/labwc/labwc/master/NEWS.md" \
| awk '/^## / {print gensub(/(\[|\])/,"","g",$2)}' | head -n 1