6 lines
127 B
Bash
Executable File
6 lines
127 B
Bash
Executable File
#!/bin/sh
|
|
|
|
curl -s "https://github.com/rrthomas/recode/raw/master/NEWS" \
|
|
| awk '/^Version [0-9]+/ {print $2}' \
|
|
| head -n 1
|