Add simple shell script demonstrating how to invite a companion.

[?]
Jul 28, 2015, 3:00 PM
G4BS4NNDS37COYU3K76Q6GXYEK26MWSX5SVPYSQ7VKHZ6YWRITUAC

Dependencies

  • [2] PBD7LZYQ Postgres & auth are beginning to function.

Change contents

  • file addition: invite.sh (---r------)
    [2.1220]
    #!/bin/bash
    read -p "Username: " USER
    echo
    read -p "Project ID: " PROJECT
    echo
    read -p "Invite: " EMAIL
    curl -v -k -u $USER -X POST -d '' "https://aftok.com/projects/$PROJECT/invite?email=$EMAIL"