2015 / 08
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user