Update 2022-12-09 09:16 OpenBSD/amd64
This commit is contained in:
parent
bf5e9491bc
commit
c2bf32ed4f
@ -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?"
|
||||
|
Loading…
Reference in New Issue
Block a user