#!/bin/bash while true; do python clound_print.py | tee -a output.log echo "脚本执行完成,等待10秒后重新运行..." sleep 10 done