dotfiles/.bin/documents-search

5 lines
115 B
Plaintext
Raw Normal View History

2022-12-09 15:02:11 +01:00
#/bin/sh -xe
. ${HOME}/.bin/_config
find ${PIMDIR}/documents -mindepth 1 -maxdepth 1 -type f -iname "*$1*" | sort