mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-08-04 10:16:41 -04:00
5 lines
126 B
Bash
Executable File
5 lines
126 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rsync -aP html index.html manual.html style.css \
|
|
$USER@web.sourceforge.net:/home/project-web/tclap/htdocs
|