Help for this page

Select Code to Download


  1. or download this
    while (! -e '/predefined/location/time_is_up') {
        do {'your thing'};
        sleep 900;
    }
    
  2. or download this
    exit if -e '/predefined/location/time_is_up';