From ae2b0fd07d001afdca370c349797a62b681a254d Mon Sep 17 00:00:00 2001 From: syedajannatulferdous121 <135134860+syedajannatulferdous121@users.noreply.github.com> Date: Thu, 7 Nov 2024 10:54:39 +0100 Subject: [PATCH] Add files via upload --- content/project/OUTLIER_DETECTION/run.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 content/project/OUTLIER_DETECTION/run.sh diff --git a/content/project/OUTLIER_DETECTION/run.sh b/content/project/OUTLIER_DETECTION/run.sh new file mode 100644 index 0000000..d9af4e2 --- /dev/null +++ b/content/project/OUTLIER_DETECTION/run.sh @@ -0,0 +1,19 @@ +#!/bin/bash + +# Exit immediately if a command exits with a non-zero status. +set -e + +# Run the first Python script +python outlier_word.py + +echo "## outlier_word.py is running.. ##" + +# Run the second Python script +python outlier_doc.py + +echo "## outlier_word.py is running.. ##" + +# Run the third Python script +python try2.py + +echo "## try2.py is running.. ##" \ No newline at end of file