cruxports/lagrange/.watch

6 lines
150 B
Plaintext
Raw Normal View History

2023-02-10 21:16:54 -05:00
#!/bin/sh
2024-06-07 07:46:20 -04:00
lynx -dump "https://github.com/skyjake/lagrange/releases" \
| awk '/^v[0-9]+/ {$0=gensub(/^v([^\s]*).*/,"\\1",1); print;}' \
2023-02-10 21:16:54 -05:00
| head -n 1