#!/bin/bash
set -e; test "$(curl -s -S "$1")" == "go"
