7 lines
114 B
Bash
Executable File
7 lines
114 B
Bash
Executable File
#!/bin/bash
|
|
|
|
DIRECTORY=$( cd "$( dirname $0 )" && pwd )
|
|
PYTHON="/usr/bin/python2.7"
|
|
|
|
$PYTHON $DIRECTORY/dcj.py $@
|