Files
cruxports/wf-recorder/.watch
2023-02-17 15:00:33 -05:00

6 lines
169 B
Bash
Executable File

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