diff options
Diffstat (limited to 'doc/ex/rsync_web.sh')
-rw-r--r-- | doc/ex/rsync_web.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ex/rsync_web.sh b/doc/ex/rsync_web.sh new file mode 100644 index 000000000..4174b74f5 --- /dev/null +++ b/doc/ex/rsync_web.sh @@ -0,0 +1,2 @@ +#!/bin/bash
+rsync -avP -e ssh --delete --exclude=.* ./html/ gdisirio,chibios@web.sourceforge.net:/home/groups/c/ch/chibios/htdocs/docs3/ex
\ No newline at end of file |