mirror of
https://github.com/david-schmidt/gsport.git
synced 2025-01-20 02:29:44 +00:00
7 lines
192 B
Bash
7 lines
192 B
Bash
#!/bin/sh
|
|
cd target/site
|
|
perl -i.orig -p ../../removeMaven.re developing.html
|
|
perl -i.orig -p ../../removeMaven.re index.html
|
|
perl -i.orig -p ../../removeMaven.re ethernet.html
|
|
cd ../..
|