Update 2024-04-05 22:02 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id 2024-04-05 22:02:43 +02:00
parent 6f7a6bb553
commit 694b4b83df
2 changed files with 6 additions and 1 deletions

BIN
.bin/cbar

Binary file not shown.

View File

@ -2,6 +2,11 @@
. ${HOME}/.bin/_config
mkdir -p ${PIMDIR}/documents/_incoming
mv -f /tank/scanner/*.pdf ${PIMDIR}/documents/_incoming/
mv -f /tank/scanner/*.pdf ${PIMDIR}/documents/_incoming/ 2>/dev/null
if [ $? -ne 0 ]
then
echo "Nothing to import..."
exit 0
fi
${HOME}/.bin/documents-update
${HOME}/.bin/documents-ocr