#!/bin/sh if [ -z "$GCM_SENDER_ID" ]; then echo "GCM_SENDER_ID not in env" exit 1 fi cat <