server/process/orders-accept

6 lines
87 B
Plaintext
Raw Normal View History

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