git ssb

0+

cel / ssb-invitation-cards



Tree: 7370815b9a6e1bae472e62c591ddd0fc0e222b57

Files: 7370815b9a6e1bae472e62c591ddd0fc0e222b57 / 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