mirror of
https://github.com/Wisser/Jailer.git
synced 2026-02-20 01:10:16 -06:00
removed obsolete command
git-svn-id: https://svn.code.sf.net/p/jailer/code/trunk@1501 3dd849cd-670e-4645-a7cd-dd197c8d0e81
This commit is contained in:
@@ -10,9 +10,6 @@ cd ..
|
||||
mv 1.co/jailer-code/* 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.htm index.html
|
||||
find -iname ".svn" -exec rm -rf '{}' \;
|
||||
find -iname ".cvs*" -exec rm -rf '{}' \;
|
||||
|
||||
Reference in New Issue
Block a user