mirror of
https://asciireactor.com/otho/lammps-graphene.git
synced 2024-11-21 22:55:05 +00:00
11 lines
313 B
Bash
Executable File
11 lines
313 B
Bash
Executable File
#!/bin/bash
|
|
|
|
script_dir=$( cd $(dirname $0) ; pwd -P |sed 's@^\(.*\)/scripts.*@\1/scripts@')
|
|
msl_dir=$script_dir/..
|
|
|
|
date > $msl_dir/upload_date
|
|
|
|
rsync -avv --exclude 'reports' --exclude 'mnt' --exclude 'inc' --exclude 'devel' --exclude 'papers' --exclude 'proc' $msl_dir/ oulrich@192.168.1.2:/home/oulrich/msl
|
|
|
|
|