cruxports/nyxt/.watch

6 lines
156 B
Plaintext
Raw Permalink Normal View History

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