sorcery  mrq.sh at tip

File util/mrq.sh from the latest check-in


#!/usr/bin/env sh
if test $# -ne 1; then
	echo "usage: util/mrq.sh <branch>"
	exit 64
fi

file=$(mktemp)
fossil bundle export $file --branch $2
curl 0x0.st -Ffile=@"$file"
rm $file