From 3335c7a14d9e4c0c2af4a4408c65c24f8442010b Mon Sep 17 00:00:00 2001 From: ZhuLvs Date: Wed, 28 Aug 2024 13:59:10 +0800 Subject: [PATCH] Create test.sh --- test.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test.sh diff --git a/test.sh b/test.sh new file mode 100644 index 0000000..e154eca --- /dev/null +++ b/test.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +# Activate the Python environment +source activate 2DIR + +# Run the model/pre.py script +python model/pre.py + +# Optional: Keep the terminal open after the script completes +exec "$SHELL"