cruxports/nyxt/.watch

6 lines
156 B
Plaintext
Raw Normal View History

2023-02-11 21:45:43 -05:00
#!/bin/sh
2024-06-07 07:36:16 -04:00
lynx -dump "https://nyxt-browser.com/articles/release" \
| awk '/ Nyxt [0-9]+/ {$0=gensub(/(\*|\s)*Nyxt (.+)/,"\\2",1); print;}' \
2023-02-11 21:45:43 -05:00
| head -n 1