function rgerrit() { # gerrit runs on tahoe, and we ssh to it through its tailscale # network interface. ssh $(tailscale status --json | jq -r '.Peer | map(select(.HostName == "tahoe"))[0].TailscaleIPs[0]') -p 29418 gerrit $@ }