4 lines
62 B
Bash
Executable File
4 lines
62 B
Bash
Executable File
#!/bin/bash
|
|
|
|
find .|grep md$|xargs -n1 tocenize -max 3 -min 2
|