update structure
This commit is contained in:
1
2015/.gitignore
vendored
Normal file
1
2015/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
**/__pypache__/
|
||||||
Binary file not shown.
@@ -10,11 +10,15 @@ if [ ! -f "helpingFuctions.py" ]
|
|||||||
then
|
then
|
||||||
cp ../yearTemplate/helpingFunctions.py ./helpingFunctions.py
|
cp ../yearTemplate/helpingFunctions.py ./helpingFunctions.py
|
||||||
fi
|
fi
|
||||||
for i in {00..25}
|
|
||||||
do
|
|
||||||
if [ ! -d "day${i}" ]
|
if [ ! -d "day${i}" ]
|
||||||
then
|
then
|
||||||
mkdir day${i}
|
mkdir data
|
||||||
|
fi
|
||||||
|
for i in {00..25}
|
||||||
|
do
|
||||||
|
if [ ! -d "./data/day${i}" ]
|
||||||
|
then
|
||||||
|
mkdir data/day${i}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
touch ./day${i}/input.day${i}
|
touch ./day${i}/input.day${i}
|
||||||
|
|||||||
Reference in New Issue
Block a user