Improved run scripts

This commit is contained in:
2023-11-28 15:27:44 +00:00
parent f09473b5cc
commit 8e82f6245e
3 changed files with 14 additions and 3 deletions
-3
View File
@@ -1,3 +0,0 @@
#!/bin/bash
python src/day$1.py
Executable
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
python3.10 run src/day$1.dart $2 $1
+11
View File
@@ -0,0 +1,11 @@
# Create new day script
```
./new_day <day> <fileEnding>
```
# Run script
```
./run_day <year> <day>
```