Improved run scripts

This commit is contained in:
Sven Heidemann 2023-11-28 15:27:44 +00:00
parent f09473b5cc
commit 8e82f6245e
3 changed files with 14 additions and 3 deletions

View File

@ -1,3 +0,0 @@
#!/bin/bash
python src/day$1.py

3
2022/run_day Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
python3.10 run src/day$1.dart $2 $1

View File

@ -0,0 +1,11 @@
# Create new day script
```
./new_day <day> <fileEnding>
```
# Run script
```
./run_day <year> <day>
```