server/process/orders-accept
2018-06-05 21:14:02 +02:00

5 lines
87 B
Bash
Executable file

#!/bin/sh
SCRIPT=$(readlink -f $0)
cd $(dirname $SCRIPT)
python accept-orders.py "$@"