Rearrange the filesystem structure.
[ssh-ca] / bin / upload
1 #! /bin/sh
2
3 set -e
4 . lib/func.sh
5
6 rsync \
7 --recursive --delete-after --delay-updates \
8 publish/ $publish_target