cloudy-agn/scripts/util/sync_thor_runs.sh

11 lines
257 B
Bash
Raw Normal View History

2017-03-17 16:54:58 +00:00
#!/usr/bin/env bash
2015-10-11 03:14:55 +00:00
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