dotfiles/.bin/documents-search

5 lines
115 B
Plaintext
Executable File

#/bin/sh -xe
. ${HOME}/.bin/_config
find ${PIMDIR}/documents -mindepth 1 -maxdepth 1 -type f -iname "*$1*" | sort