sorcery  mrq.sh at [49345366f9]

File util/mrq.sh artifact 7d7de45517 part of check-in 49345366f9


#!/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