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

5 lines
88 B
Bash
Executable file

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