4 lines
73 B
Plaintext
4 lines
73 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
sed -i -r 's/\[*\]\(\.\/([A-z-]*.md)/\]\(\1/g' *.md
|