From a1bf07e7a904fd359a609b82bc3e697e05eee0f4 Mon Sep 17 00:00:00 2001 From: caes Date: Fri, 17 Mar 2017 12:54:58 -0400 Subject: [PATCH] working with graphing routines --- scripts/analysis/graph_continuum.sh | 2 +- scripts/util/localsync_scripts.sh | 10 ---------- scripts/util/sync_thor_runs.sh | 2 +- 3 files changed, 2 insertions(+), 12 deletions(-) delete mode 100755 scripts/util/localsync_scripts.sh 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