Update 2022-12-09 17:18 OpenBSD/amd64

This commit is contained in:
Stefan Hagen 2022-12-09 17:18:59 +01:00
parent 7b67a8a446
commit 2f0e22e162
1 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,8 @@ then
exit 0
fi
pkill -f /usr/local/bin/pdfarranger
pdfarranger "_incoming/${_doc}" > /dev/null 2>&1 &
echo "Here is: ${_doc}"
echo "Shall we move it to _done?"
@ -22,4 +24,3 @@ case $key in
*) echo "What a shame..."; ;;
esac
pkill -f /usr/local/bin/pdfarranger