3 lines
81 B
Bash
Executable file
3 lines
81 B
Bash
Executable file
#!/bin/bash
|
|
|
|
exec python -m pypo > /var/log/airtime/pypo/py-interpreter.log 2>&1
|