diff options
author | roccomarco <roccomarco@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2017-07-02 10:29:20 +0000 |
---|---|---|
committer | roccomarco <roccomarco@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2017-07-02 10:29:20 +0000 |
commit | e12b2cc894208bcb92e634f294a30499e9d0e1ef (patch) | |
tree | aa4d13e3c7a50f04f57ac6837d447615454fff98 /doc/ex/rsync_web.sh | |
parent | 82580b3660c4ee1379ba6dba3e7f05bae2b4efa6 (diff) | |
download | ChibiOS-e12b2cc894208bcb92e634f294a30499e9d0e1ef.tar.gz ChibiOS-e12b2cc894208bcb92e634f294a30499e9d0e1ef.tar.bz2 ChibiOS-e12b2cc894208bcb92e634f294a30499e9d0e1ef.zip |
Added missing scripts and configuration for ChibiOS/EX
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10290 35acf78f-673a-0410-8e92-d51de3d6d3f4
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 |