[Vim-latex-cvs] SF.net SVN: vim-latex:[1092] trunk/sync-htdocs.sh
Brought to you by:
srinathava,
tmaas
From: <tm...@us...> - 2010-01-27 21:55:24
|
Revision: 1092 http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1092&view=rev Author: tmaas Date: 2010-01-27 21:55:18 +0000 (Wed, 27 Jan 2010) Log Message: ----------- add script to rsync htdocs Added Paths: ----------- trunk/sync-htdocs.sh Added: trunk/sync-htdocs.sh =================================================================== --- trunk/sync-htdocs.sh (rev 0) +++ trunk/sync-htdocs.sh 2010-01-27 21:55:18 UTC (rev 1092) @@ -0,0 +1,3 @@ +#! /bin/bash + +rsync --exclude ".svn/" --exclude "documentation/" --delete -avz -e ssh htdocs/ vim-latex-web:htdocs/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |