mirror of
https://github.com/david-schmidt/gsport.git
synced 2025-01-02 06:30:49 +00:00
12 lines
400 B
Bash
12 lines
400 B
Bash
#!/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 ../..
|