sorcery  mrq.sh at [3f5aae21c0]

File util/mrq.sh artifact 7d7de45517 part of check-in 3f5aae21c0


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