Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
syedajannatulferdous121 authored Nov 7, 2024
1 parent 8c5d6e7 commit ae2b0fd
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions content/project/OUTLIER_DETECTION/run.sh
Original file line number Diff line number Diff line change
@@ -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.. ##"

0 comments on commit ae2b0fd

Please sign in to comment.