3 lines
71 B
Bash
Executable File
3 lines
71 B
Bash
Executable File
#!/bin/bash
|
|
cd `dirname $(readlink -f "$0")`/../Python
|
|
python3 "run.py" |