4 lines
47 B
Plaintext
4 lines
47 B
Plaintext
|
#!/bin/bash
|
||
|
cd $(dirname "$0")
|
||
|
python3 main.py
|