3 lines
93 B
Makefile
3 lines
93 B
Makefile
run:
|
|
nohup ./listen.sh > log/listen.log 2>&1 &
|
|
nohup python tailf.py > log/tailf.log 2>&1 &
|