mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-07 11:17:50 -04:00
5 lines
137 B
Bash
Executable File
5 lines
137 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rsync -aP html index.html manual.html style.css build.html \
|
|
$USER@web.sourceforge.net:/home/project-web/tclap/htdocs
|