server/process/orders-accept

6 lines
87 B
Bash
Executable File

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