]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
xonotic-map-compiler-optionsfile : store seconds in file $M:30
authorMatthias Krüger <matthias.krueger@famsik.de>
Mon, 17 Jun 2013 22:39:30 +0000 (00:39 +0200)
committerMatthias Krüger <matthias.krueger@famsik.de>
Mon, 17 Jun 2013 22:39:30 +0000 (00:39 +0200)
misc/tools/xonotic-map-compiler-optionsfile

index 15113e2935569c1418a8a7a73850d4fbbc359587..4f798c6495b641cf42c075c199f3612064a2dfc9 100755 (executable)
@@ -18,4 +18,7 @@ tstart=`date +%s`
 misc/tools/xonotic-map-compiler "$M" `grep ^- "$M.map.options" | cut -d '#' -f 1` $minimap_override "$@"
 
 tend=`date +%s`
-let tdelta=$tend-$tstart
+let tdelta=$tend-$tstart # compute time
+
+cd ~/.xonotic-map-compiler-autobuild/
+echo $tdelta > ${M:30} # save time in ~/.xonotic-map-compiler-autobuild/mapname