git ssb

0+

cel / ssb-invitation-cards



Tree: 99632759931138b75a0c377236b80bbe2042a18d

Files: 99632759931138b75a0c377236b80bbe2042a18d / 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