util  Artifact [f7f3655bf1]

Artifact f7f3655bf104cf50bae489a270b22f6668201672661eab2ef65e2f28b3c12f44:


#!/bin/bash
if test -e apikey; then
	cc -Ofast -Dds_apikey="\"$(cat apikey)\"" tenki.c -lssl -otenki
else
	echo "tenki requires an API key. get one from dark sky and put it in a file in this directory named 'apikey' before you try to build"
fi