7 lines
107 B
Bash
Executable File
7 lines
107 B
Bash
Executable File
#!/bin/bash
|
|
|
|
DIRECTORY=$(cd "$(dirname "$0")" && pwd)
|
|
export PYTHONPATH="${DIRECTORY}:${PYTHONPATH}"
|
|
|
|
"$@"
|