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