server/process/orders-accept

8 lines
148 B
Plaintext
Raw Normal View History

#!/bin/sh
SCRIPT=$(readlink -f $0)
cd $(dirname $SCRIPT)
2016-02-11 11:08:51 +01:00
lockfile -r3 -l120 orders.queue.lock
python accept-orders.py "$@"
rm -f orders.queue.lock