cruxports/epiphany/.watch

6 lines
165 B
Plaintext
Raw Normal View History

2023-02-17 20:00:33 +00:00
#!/bin/sh
curl -s -L "https://download.gnome.org/sources/epiphany/" \
| awk '/<a href.*[[:digit:]]\/</ {$0=gensub(/.*>(.+)\/<.*/,"\\1",1); print;}' \
| tail -n 1