server/process/orders-accept
2018-06-10 10:58:39 +02:00

5 lines
87 B
Bash
Executable file

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