Update 2022-12-09 15:02 OpenBSD/amd64

This commit is contained in:
Stefan Hagen 2022-12-09 15:02:11 +01:00
parent c2bf32ed4f
commit c8a1d738ca
1 changed files with 4 additions and 0 deletions

4
.bin/documents-search Executable file
View File

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