schemers-website/scripts/upload.sh

7 lines
161 B
Bash
Raw Normal View History

2023-01-12 07:58:48 -05:00
#!/bin/sh
set -eu
cd "$(dirname "$0")"/..
set -x
2024-04-01 20:37:32 -04:00
rsync -vcr --exclude='*~' --links --delete www/ \
2024-03-29 11:49:48 -04:00
tuonela.scheme.org:/production/conservatory/www/schemers/