Help for this page

Select Code to Download


  1. or download this
        while ($running)
        {
            # Keep running
        }
    
  2. or download this
    sleep 1 while $running;