...some cloud host could not use curl, wget .... #content=$(php -r 'echo file_get_contents("try_url");') echo "$content" | grep -q "$inc_str" if [ $? -eq 0 ]; then echo 1 else echo 0 fi } while [ true ] do res=$(get_check_per $1) while [ $tr...