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