4 lines
99 B
Bash
4 lines
99 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo "Running AutoZoom daemon with Python 3. Please read README.md!"
|
||
|
python3 daemon.py
|