Sha256: c36ddd504b9b080c0d6d04e024989c90c6146ef4c3842fa61e6d7000c4452b79

Contents?: true

Size: 176 Bytes

Versions: 8

Compression:

Stored size: 176 Bytes

Contents

TITLE=${1:-Ting!}
if [ $# -ge 1 ]
then
  shift
fi
BODY="$*"
curl -XPOST $MSHARD_URI/v2/shards --data pushbullet=true --data type=note --data title="$TITLE" --data body="$BODY"

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
mshard-0.8.0 ting.sh
mshard-0.7.1 ting.sh
mshard-0.7.0 ting.sh
mshard-0.6.1 ting.sh
mshard-0.6.0 ting.sh
mshard-0.5.1 ting.sh
mshard-0.5.0 ting.sh
mshard-0.4.0 ting.sh