From: Clyne Sullivan Date: Wed, 30 Nov 2016 01:49:47 +0000 (-0500) Subject: one more test X-Git-Url: https://code.bitgloo.com/?a=commitdiff_plain;h=ba758bc158a1fa203adbcccc387dca2aea59549b;p=clyne%2Fgamedev.git one more test --- diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..bbda76c --- /dev/null +++ b/build.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +idate=$(date +"%s" -r .git/index) +odate=$(date +"%s" -r ./.updated) + +echo $idate +echo $odate + +if (( $idate > $odate )); then + echo "frig" + touch ./.updated +fi