diff options
-rw-r--r-- | doc/ex/rsync_web.sh | 4 | ||||
-rw-r--r-- | doc/hal/rsync_web.sh | 4 | ||||
-rw-r--r-- | doc/nil/rsync_web.sh | 4 | ||||
-rw-r--r-- | doc/rt/rsync_web.sh | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/doc/ex/rsync_web.sh b/doc/ex/rsync_web.sh index 4174b74f5..89da17f6c 100644 --- a/doc/ex/rsync_web.sh +++ b/doc/ex/rsync_web.sh @@ -1,2 +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 +#!/bin/bash +rsync -avP -e ssh --delete --exclude=.* ./html/ gdisirio,chibios@web.sourceforge.net:/home/groups/c/ch/chibios/htdocs/docs3/ex diff --git a/doc/hal/rsync_web.sh b/doc/hal/rsync_web.sh index df0f6ae16..03bec08ab 100644 --- a/doc/hal/rsync_web.sh +++ b/doc/hal/rsync_web.sh @@ -1,2 +1,2 @@ -#!/bin/bash
-rsync -avP -e ssh --delete --exclude=.* ./html/ gdisirio,chibios@web.sourceforge.net:/home/groups/c/ch/chibios/htdocs/docs3/hal
+#!/bin/bash +rsync -avP -e ssh --delete --exclude=.* ./html/ gdisirio,chibios@web.sourceforge.net:/home/groups/c/ch/chibios/htdocs/docs3/hal diff --git a/doc/nil/rsync_web.sh b/doc/nil/rsync_web.sh index 5b93c922a..17d4d1bfc 100644 --- a/doc/nil/rsync_web.sh +++ b/doc/nil/rsync_web.sh @@ -1,2 +1,2 @@ -#!/bin/bash
-rsync -avP -e ssh --delete --exclude=.* ./html/ gdisirio,chibios@web.sourceforge.net:/home/groups/c/ch/chibios/htdocs/docs3/nil
\ No newline at end of file +#!/bin/bash +rsync -avP -e ssh --delete --exclude=.* ./html/ gdisirio,chibios@web.sourceforge.net:/home/groups/c/ch/chibios/htdocs/docs3/nil diff --git a/doc/rt/rsync_web.sh b/doc/rt/rsync_web.sh index 833be52f3..7ec87ac5c 100644 --- a/doc/rt/rsync_web.sh +++ b/doc/rt/rsync_web.sh @@ -1,2 +1,2 @@ -#!/bin/bash
-rsync -avP -e ssh --delete --exclude=.* ./html/ gdisirio,chibios@web.sourceforge.net:/home/groups/c/ch/chibios/htdocs/docs3/rt
\ No newline at end of file +#!/bin/bash +rsync -avP -e ssh --delete --exclude=.* ./html/ gdisirio,chibios@web.sourceforge.net:/home/groups/c/ch/chibios/htdocs/docs3/rt |