#!/bin/bash curl -Ss 'https://joeyh.name/code/moreutils/' | \ tr '<>' '\n' | \ sed ' s/^version \([0-9.]\+\)$/\1/ t d ' | \ sort -V | \ tail -n1