mirror of
https://asciireactor.com/otho/cloudy-agn.git
synced 2024-12-05 01:55:08 +00:00
11 lines
257 B
Bash
Executable File
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
|
|
|
|
|