6 lines
134 B
Bash
Executable File
6 lines
134 B
Bash
Executable File
#!/bin/sh
|
|
|
|
curl -s "https://github.com/ammen99/wf-recorder/tags" \
|
|
| awk '/bump meson.build version to / {print $NF}' \
|
|
| head -n 1
|