3 lines
88 B
Plaintext
3 lines
88 B
Plaintext
|
#!/bin/sh
|
||
|
find . -maxdepth 2 -name '*.puml' -o -name '*.plantuml' | entr -r plantuml /_
|