6 lines
87 B
Bash
Executable file
6 lines
87 B
Bash
Executable file
#!/bin/bash
|
|
|
|
DIRECTORY=$(cd `dirname $0` && pwd)
|
|
PYTHONPATH=$DIRECTORY:$PYTHONPATH
|
|
|
|
$*
|