cruxports/xxd-standalone/.watch

6 lines
168 B
Plaintext
Raw Normal View History

2023-02-11 02:03:43 +00:00
#!/bin/sh
curl -s "https://github.com/vim/vim/tags" \
| awk '/archive\/refs\/tags/ {$0=gensub(/.*archive\/refs\/tags\/v(.+)\.zip.*/,"\\1",1); print;}' \
| head -n 1