4 lines
106 B
Bash
Executable file
4 lines
106 B
Bash
Executable file
#!/bin/sh
|
|
|
|
find . -name '*.md'|sed -e 's/\.md$//' -e 's,/index$,/,' -e 's,^\.,http://harmful.cat-v.org,'
|
|
|