mirror of
https://asciireactor.com/otho/lammps-graphene.git
synced 2024-11-21 22:55:05 +00:00
7 lines
331 B
Bash
Executable File
7 lines
331 B
Bash
Executable File
#!/bin/bash
|
|
|
|
script_dir=$( cd $(dirname $0) ; pwd -P |sed 's@^\(.*\)/scripts.*@\1/scripts@')
|
|
msl_dir=$script_dir/..
|
|
|
|
rsync -e 'ssh -p 5024' -avv --exclude 'reports' --exclude 'templates' --exclude 'office' --exclude 'devel' --exclude 'inc' --exclude 'papers' --exclude 'proc' $msl_dir/ oulrich@landau.cas.usf.edu:/home/oulrich/msl
|