git ssb

0+

cel / ssb-invitation-cards



Tree: 2e6522433974bd62b0c21172ea0f1ff8c7f8b5ee

Files: 2e6522433974bd62b0c21172ea0f1ff8c7f8b5ee / geninvitecode.sh

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

Built with git-ssb-web