From c937a87071f213d4628dd57a4e7b32322d8a5e3a Mon Sep 17 00:00:00 2001 From: Daniel Aarno Date: Mon, 19 Mar 2018 09:42:45 +0000 Subject: [PATCH] Added script to upload documentation to SF --- docs/upload.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 docs/upload.sh diff --git a/docs/upload.sh b/docs/upload.sh new file mode 100755 index 0000000..7dfeb3a --- /dev/null +++ b/docs/upload.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +rsync -aP html index.html manual.html style.css \ + $USER@web.sourceforge.net:/home/project-web/tclap/htdocs