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
|
||||
cp ../yearTemplate/helpingFunctions.py ./helpingFunctions.py
|
||||
fi
|
||||
for i in {00..25}
|
||||
do
|
||||
if [ ! -d "day${i}" ]
|
||||
then
|
||||
mkdir day${i}
|
||||
mkdir data
|
||||
fi
|
||||
for i in {00..25}
|
||||
do
|
||||
if [ ! -d "./data/day${i}" ]
|
||||
then
|
||||
mkdir data/day${i}
|
||||
fi
|
||||
|
||||
touch ./day${i}/input.day${i}
|
||||
|
||||
Reference in New Issue
Block a user