init
This commit is contained in:
12
upload_doc.sh
Executable file
12
upload_doc.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
CWD=`dirname $0`
|
||||
cd "$CWD"
|
||||
|
||||
rsync -auzv \
|
||||
--safe-links \
|
||||
--delete \
|
||||
--delete-excluded \
|
||||
./ \
|
||||
--port=8023 \
|
||||
rsync://dreagonmon@192.168.56.101/wincode/logutils-docs/
|
||||
Reference in New Issue
Block a user