cube-studio/myapp/tools/start.sh

8 lines
141 B
Bash
Raw Normal View History

nohup python watch_workflow.py > workflow.log 2>&1 &
nohup python watch_service.py > service.log 2>&1 &
tail -f workflow.log service.log