mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-18 10:06:54 +01:00
11e349f239
git-svn-id: https://cppannotations.svn.sourceforge.net/svnroot/cppannotations/trunk@294 f6dd340e-d3f9-0310-b409-bdd246841980
8 lines
193 B
Bash
Executable file
8 lines
193 B
Bash
Executable file
#!/bin/sh
|
|
|
|
yodl2html index || exit 1
|
|
|
|
# ssh -t fbb,cppannotations@shell.sourceforge.net create
|
|
|
|
scp index.html fbb,cppannotations@shell.sourceforge.net:/home/groups/c/cp/cppannotations/htdocs
|
|
|