5 lines
92 B
Bash
5 lines
92 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo "AutoZoom needs Python 3 to work. Please read README.md!"
|
||
|
python3 main.py
|