function cron() { t=`docker ps |grep "ai bot"` if [ -z "$t" ];then docker compose up -d fi exit }