Generate until year 2100

This commit is contained in:
ollo 2016-04-17 15:50:52 +02:00
parent cf93603efc
commit eccd23951a
2 changed files with 131749 additions and 4648 deletions

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,8 @@ echo "Generating $OUTPUT ..."
cat $HEAD > $OUTPUT
# Logic to generate the script
for year in {2016..2018}; do
for year in {2016..2100}; do
echo "For $year ..."
for month in 3 10; do
for day in {1..31}; do
hour=$((RANDOM%24))