6 lines
169 B
Plaintext
6 lines
169 B
Plaintext
|
#!/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
|