Artifact 7d7de455173f80c7ec4988c1119e66e8a9a4e77bc571dea8e327784ca542e87a:
- Executable file util/mrq.sh — part of check-in [96c5289a2a] at 2020-10-21 03:35:35 on branch trunk — add rune forges, runes, amulet frames, write sacrifice spell, touch up amulet graphics, enable enchantment of amulets (though spells cannot yet be cast), defuckulate syncresis core icon, unfuckitize sneaky leycalc bug that's probably been the cause of some long-standing wackiness, add item classes, add some more textures, disbungle various other asstastrophes, remove sneaky old debug code, improve library code, add utility for uploading merge requests (user: lexi, size: 181) [annotate] [blame] [check-ins using]
#!/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