Update 2022-12-09 09:16 OpenBSD/amd64

This commit is contained in:
c0dev0id 2022-12-09 09:16:28 +01:00
parent bf5e9491bc
commit c2bf32ed4f
1 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,13 @@
cd ${PIMDIR}/documents
_doc=$(ls -1 _incoming | head -1)
if [ -z "$_doc" ]
then
echo "Nothing left... wohooo!"
exit 0
fi
pdfarranger "_incoming/${_doc}" > /dev/null 2>&1 &
echo "Here is: ${_doc}"
echo "Shall we move it to _done?"