republique

helper scripts for www.republique-numerique.fr
git clone https://a3nm.net/git/republique/
Log | Files | Refs | README

commit 01f9ecba0b61ef87e893c8bf1e651f1bb754bfd1
parent 7880b3ea57a43e486c52083d27298e6bc47d957c
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Thu, 15 Oct 2015 13:27:28 +0200

warn outdated

Diffstat:
maketable.sh | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/maketable.sh b/maketable.sh @@ -20,6 +20,8 @@ function onetable() { cat head > "$FILE" echo "<h1></h1>" >> "$FILE" echo "<p>Generated on: `date`</p>" >> "$FILE" + echo "<p>(This is the date when generation was <em>finished</em>," >> "$FILE" + echo "the data may have been collected up to around 30 min before.)</p>" >> "$FILE" echo "<table>" >> "$FILE" echo "$HEADER" >> "$FILE" grep "$REGEXP" "$TSV" | sed "$SED" |