cruxports/imv/.watch

6 lines
155 B
Plaintext
Raw Normal View History

2023-02-11 01:48:16 +00:00
#!/bin/sh
curl -s "https://git.sr.ht/~exec64/imv/refs" \
| awk '/Release v/ {$0=gensub(/.*Release v(.+)[[:blank:]]*.*/,"\\1",1); print;}' \
| head -n 1