blob: c8d26a47c9cc37e1af64d401e48788fe0c9a5f23 [file]
#!/bin/bash
echo $PWD
echo 'EZMD'
find . -name "*.ezmd"
echo 'MD'
find . -name "*.md"