This commit is contained in:
Adam 2020-12-19 23:18:11 +01:00
parent 4eb9c43592
commit 339cfbfb0e
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
#!/bin/bash
python ./run.py "$@"
python TaskE00/run.py "$@"

View File

@ -1,2 +1,2 @@
#!/bin/bash
python ./run.py "$@"
python TaskE04/run.py "$@"