cruxports/wezterm/.watch

6 lines
154 B
Bash
Executable File

#!/bin/sh
curl -s "https://github.com/wez/wezterm/releases" \
| awk '/<h2 class=.sr-only/ {$0=gensub(/<h2 .*>(.+)<.*/,"\\1",1); print;}' \
| head -n 1