addressing Perl::Critic warnings in perllib/Torrus/Collector/*
[torrus-plus.git] / htdocs / upload.sh
blob198df001fc3577ad2923c30e0ef8d872910a3b59
2 DEST="ssinyagin@web.sourceforge.net:/home/project-web/torrus/htdocs"
4 if test x"$*" = x; then
5 scp -C *.html *.txt *.css $DEST
6 scp -C manpages/*.html $DEST/manpages
7 scp -C devdoc/*.html $DEST/devdoc
8 scp -C plugins/*.html $DEST/plugins
9 scp -C contrib/*.pl $DEST/contrib
10 scp logo/*.png $DEST/logo
11 scp torrus-functional-overview.* $DEST
12 else
13 scp -C $* $DEST