8 lines
116 B
Bash
Executable File
8 lines
116 B
Bash
Executable File
#!/bin/sh
|
|
|
|
BASEDIR=$(dirname "$0")
|
|
|
|
export PYTHONPATH="$BASEDIR/../../../../lib/python"
|
|
|
|
python3 "$BASEDIR/hack.py"
|