mirror of
https://github.com/david-schmidt/gsport.git
synced 2024-12-29 10:31:50 +00:00
9 lines
296 B
Bash
9 lines
296 B
Bash
#!/bin/sh
|
|
cd target/site
|
|
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
|
|
cd ../..
|