diff --git a/scripts/analysis/graph_continuum.sh b/scripts/analysis/graph_continuum.sh index 737c6ba..a676344 100755 --- a/scripts/analysis/graph_continuum.sh +++ b/scripts/analysis/graph_continuum.sh @@ -1,4 +1,4 @@ -#!/usr/local/bin/bash +#!/usr/bin/env bash script_dir=$( cd $(dirname $0) ; pwd -P |sed 's@^\(.*\)/scripts.*@\1/scripts@') continuum_file=$1 diff --git a/scripts/util/localsync_scripts.sh b/scripts/util/localsync_scripts.sh deleted file mode 100755 index 4d460fa..0000000 --- a/scripts/util/localsync_scripts.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -script_dir=$( cd $(dirname $0) ; pwd -P |sed 's@^\(.*\)/scripts.*@\1/scripts@') - -date > $script_dir/refresh_date - -scp -ro port=17940 caes@fulgeo.shadydealings.net:/usr/local/sfs/store/science/agn/scripts/* $script_dir/ -chmod -R 700 $script_dir/* - - diff --git a/scripts/util/sync_thor_runs.sh b/scripts/util/sync_thor_runs.sh index c292a20..ceb4bd9 100755 --- a/scripts/util/sync_thor_runs.sh +++ b/scripts/util/sync_thor_runs.sh @@ -1,4 +1,4 @@ -#!/usr/local/bin/bash +#!/usr/bin/env bash script_dir=$( cd $(dirname $0) ; pwd -P |sed 's@^\(.*\)/scripts.*@\1/scripts@') runs_dir=$script_dir/../thor_runs