server/process/orders-accept

4 lines
40 B
Plaintext
Raw Normal View History

#!/bin/sh
python accept-orders.py "$@"
2016-02-11 11:08:51 +01:00