4 lines
69 B
Bash
Executable file
4 lines
69 B
Bash
Executable file
#!/bin/bash
|
|
MY_PATH=$(dirname "$0")
|
|
cd $MY_PATH
|
|
python3 "./setup.py"
|