mirror of
https://asciireactor.com/otho/cloudy-agn.git
synced 2025-01-19 08:15:06 +00:00
11 lines
259 B
Bash
11 lines
259 B
Bash
|
#!/usr/local/bin/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
|
||
|
|
||
|
|