forked from github/server
5 lines
88 B
Bash
Executable file
5 lines
88 B
Bash
Executable file
#!/bin/sh
|
|
SCRIPT=$(readlink -f $0)
|
|
cd $(dirname $SCRIPT)
|
|
python process-orders.py "$@"
|
|
|