diff options
Diffstat (limited to 'doc/rt')
-rw-r--r-- | doc/rt/rsync_web.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |