#!/usr/bin/env bash
INPUT=$(cat)
echo "$(date -u +%Y-%m-%dT%H:%M:%SZ) $INPUT" >> "$(dirname "$0")/hook_fire_log.txt"
echo '{"continue":true}'
exit 0
