AnP/Tools/run.server.python.sh

4 lines
90 B
Bash
Executable File

#!/bin/bash
directory=`dirname $(readlink -f "$0")`
python3 "$directory/../Python/run.py"