From 9b6e58fe5603718a66b70bd59a83d1f47cb42a59 Mon Sep 17 00:00:00 2001 From: s444417 Date: Sun, 10 Apr 2022 21:50:52 +0200 Subject: [PATCH] sh to bash --- runPythonScripts.sh | 2 +- startscript1.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runPythonScripts.sh b/runPythonScripts.sh index 5be9a54..9e1106e 100644 --- a/runPythonScripts.sh +++ b/runPythonScripts.sh @@ -1,3 +1,3 @@ -#!/bin/sh +#!/bin/bash python3 ./src/task1python.py python3 ./src/trainScript.py \ No newline at end of file diff --git a/startscript1.sh b/startscript1.sh index 69d7a59..fc5eab1 100644 --- a/startscript1.sh +++ b/startscript1.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # kaggle datasets download -d akash14/house-price-dataset unzip -o house-price-dataset.zip echo $CUTOFF