git ssb

0+

cel / ssb-invitation-cards



Tree: 04bc1183cb84befc323d264801480627dd239ead

Files: 04bc1183cb84befc323d264801480627dd239ead / 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