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