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

5 lines
88 B
Bash
Executable file

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