4 строки
66 B
Bash
Исполняемый файл
4 строки
66 B
Bash
Исполняемый файл
#!/bin/sh
|
|
clear
|
|
/opt/ftail/venv/bin/python /opt/ftail/ftail.py $*
|