From 10872633f74f21934974d10631851bc254282206 Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Thu, 19 Oct 2023 15:10:25 +0100 Subject: [PATCH] adding hash bang line --- scripts/run_Advisory_Processor.sh | 2 +- scripts/run_Deposition_Processor.sh | 2 +- scripts/run_Environment_Processor.sh | 2 +- scripts/run_Epidemiology_Processor.sh | 2 +- scripts/run_Scraper_Processor.sh | 2 +- scripts/run_Survey_Processor.sh | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/run_Advisory_Processor.sh b/scripts/run_Advisory_Processor.sh index 70f5725..8113b72 100755 --- a/scripts/run_Advisory_Processor.sh +++ b/scripts/run_Advisory_Processor.sh @@ -1,3 +1,4 @@ +#!/bin/bash # get path of this script (to point to files within the same git repo) proc_path="$(dirname "$(readlink -f "$0")")" @@ -12,4 +13,3 @@ exit_code=$? teardown_conda_env exit $exit_code - diff --git a/scripts/run_Deposition_Processor.sh b/scripts/run_Deposition_Processor.sh index d4a22bb..29205bc 100755 --- a/scripts/run_Deposition_Processor.sh +++ b/scripts/run_Deposition_Processor.sh @@ -1,3 +1,4 @@ +#!/bin/bash # get path of this script (to point to files within the same git repo) proc_path="$(dirname "$(readlink -f "$0")")" @@ -12,4 +13,3 @@ exit_code=$? teardown_conda_env exit $exit_code - diff --git a/scripts/run_Environment_Processor.sh b/scripts/run_Environment_Processor.sh index 1436651..6e17d0b 100755 --- a/scripts/run_Environment_Processor.sh +++ b/scripts/run_Environment_Processor.sh @@ -1,3 +1,4 @@ +#!/bin/bash # get path of this script (to point to files within the same git repo) proc_path="$(dirname "$(readlink -f "$0")")" @@ -12,4 +13,3 @@ exit_code=$? teardown_conda_env exit $exit_code - diff --git a/scripts/run_Epidemiology_Processor.sh b/scripts/run_Epidemiology_Processor.sh index eef06f6..1ee5570 100755 --- a/scripts/run_Epidemiology_Processor.sh +++ b/scripts/run_Epidemiology_Processor.sh @@ -1,3 +1,4 @@ +#!/bin/bash # get path of this script (to point to files within the same git repo) proc_path="$(dirname "$(readlink -f "$0")")" @@ -12,4 +13,3 @@ exit_code=$? teardown_conda_env exit $exit_code - diff --git a/scripts/run_Scraper_Processor.sh b/scripts/run_Scraper_Processor.sh index 647987c..b9c1795 100755 --- a/scripts/run_Scraper_Processor.sh +++ b/scripts/run_Scraper_Processor.sh @@ -1,3 +1,4 @@ +#!/bin/bash # get path of this script (to point to files within the same git repo) proc_path="$(dirname "$(readlink -f "$0")")" @@ -12,4 +13,3 @@ exit_code=$? teardown_conda_env exit $exit_code - diff --git a/scripts/run_Survey_Processor.sh b/scripts/run_Survey_Processor.sh index 1fa4748..f616bda 100755 --- a/scripts/run_Survey_Processor.sh +++ b/scripts/run_Survey_Processor.sh @@ -1,3 +1,4 @@ +#!/bin/bash # get path of this script (to point to files within the same git repo) proc_path="$(dirname "$(readlink -f "$0")")" @@ -12,4 +13,3 @@ exit_code=$? teardown_conda_env exit $exit_code - -- GitLab