sh to bash

This commit is contained in:
s444417 2022-04-10 21:50:52 +02:00
parent 1dfce524a5
commit 9b6e58fe56
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh #!/bin/bash
python3 ./src/task1python.py python3 ./src/task1python.py
python3 ./src/trainScript.py python3 ./src/trainScript.py

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
# kaggle datasets download -d akash14/house-price-dataset # kaggle datasets download -d akash14/house-price-dataset
unzip -o house-price-dataset.zip unzip -o house-price-dataset.zip
echo $CUTOFF echo $CUTOFF