sync.sh - gopherhole - My gopherhole source code.
(HTM) git clone git://jay.scot/gopherhole
(DIR) Log
(DIR) Files
(DIR) Refs
---
sync.sh (127B)
---
1 lftp sftp://jay.scot -e "
2 mirror -R \
3 --delete \
4 --exclude=.git* \
5 --exclude=bin* \
6 --exclude=scm* \
7 ./ ~/gopher;
8 bye
9 "