Files
eACGM/grafana/src/ollamanet/makefile
2025-08-07 10:14:54 +08:00

3 lines
93 B
Makefile

run:
nohup ./listen.sh > log/listen.log 2>&1 &
nohup python tailf.py > log/tailf.log 2>&1 &