cloudy-agn/scripts/util/sync_thor_runs.sh
2017-03-17 12:54:58 -04:00

11 lines
257 B
Bash
Executable File

#!/usr/bin/env bash
script_dir=$( cd $(dirname $0) ; pwd -P |sed 's@^\(.*\)/scripts.*@\1/scripts@')
runs_dir=$script_dir/../thor_runs
date > $runs_dir/refresh_date
rsync -avv xaw5719@thor.cs.wmich.edu:/home/research/xaw5719/cloudy/runs/good/ $runs_dir