2015 / 08

This commit is contained in:
2024-11-10 17:54:07 +01:00
parent fd69220fe5
commit e0be09b6d3
7 changed files with 327 additions and 19 deletions

View File

@@ -6,10 +6,7 @@ then
mkdir ${year}
fi
cd ${year}
if [ ! -f "helpingFuctions.py" ]
then
cp ../yearTemplate/helpingFunctions.py ./helpingFunctions.py
fi
cp ../yearTemplate/helpingFunctions.py ./helpingFunctions.py
if [ ! -d "day${i}" ]
then
mkdir data