util  Diff

Differences From Artifact [f7f3655bf1]:

To Artifact [3702e74b7e]:


     1         -#!/bin/bash
            1  +#!/usr/bin/env bash
     2      2   if test -e apikey; then
     3      3   	cc -Ofast -Dds_apikey="\"$(cat apikey)\"" tenki.c -lssl -otenki
     4      4   else
     5      5   	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"
     6      6   fi