git-svn-id: https://svn.code.sf.net/p/jailer/code/trunk@1499 3dd849cd-670e-4645-a7cd-dd197c8d0e81
This commit is contained in:
rwisser
2017-12-10 07:26:40 +00:00
parent 2624b576ea
commit 1073c67f65

View File

@@ -1,21 +0,0 @@
rm -rf ~/tmp/jailer
rm -rf ~/tmp/1
rm -rf ~/tmp/1.co
mkdir ~/tmp/jailer
mkdir ~/tmp/1
mkdir ~/tmp/1.co
cd ~/tmp/1.co
svn checkout --username=rwisser https://svn.code.sf.net/p/jailer/code/trunk/docs/dbeauty jailer-code
cd ..
mv 1.co/dbeauty/* jailer
cd jailer
find . -iname "*.htm" -exec sed "s|class=\"spacer\" .*width=\"100%\"> *<br>|class=\"spacer\" width=\"100%\">|g" '{}' --in-place \;
find . -iname "*.html" -exec sed "s|class=\"spacer\" .*width=\"100%\"> *<br>|class=\"spacer\" width=\"100%\">|g" '{}' --in-place \;
cp home-db.htm index.html
find -iname ".svn" -exec rm -rf '{}' \;
find -iname ".cvs*" -exec rm -rf '{}' \;
scp -r * rwisser,dbeauty@web.sf.net:/home/project-web/dbeauty/htdocs/