#!/bin/sh if [ -n "$FAKE_INVITE" ]; then sbotc getAddress | tr -d \" else sbotc invite.create '{"uses":1}' | tr -d \" fi