6 lines
139 B
Bash
6 lines
139 B
Bash
|
#!/bin/sh
|
||
|
set -eu
|
||
|
cd "$(dirname "$0")"/..
|
||
|
set -x
|
||
|
rsync -vcr --delete www/ alpha.servers.scheme.org:/production/conservatory/www/vx-scheme/
|