gsplus/.svn/pristine/18/18f01034ccdffc14327173abfe972ad04f4c35c6.svn-base

12 lines
400 B
Plaintext
Raw Normal View History

2015-11-05 20:23:46 +00:00
#!/bin/sh
cd target/site
perl -i.orig -p ../../removeMaven.re appletalk.html
perl -i.orig -p ../../removeMaven.re developing.html
perl -i.orig -p ../../removeMaven.re ethernet.html
perl -i.orig -p ../../removeMaven.re history.html
perl -i.orig -p ../../removeMaven.re index.html
perl -i.orig -p ../../removeMaven.re operating.html
perl -i.orig -p ../../removeMaven.re printer.html
rm *.orig
cd ../..