golang.org/x/build@v0.0.0-20240506185731-218518f32b70/env/windows-arm64/azure/windows-arm64-stage0-loop.bat (about)

     1  
     2  rem This simple script loops forever, invoking the stage0 buildlet.
     3  rem When stage0 runs, it will download a new copy of the main
     4  rem buildlet and execute it.
     5  
     6  :loop
     7  
     8  @echo Invoking bootstrap.exe at %date% %time% on %computername%
     9  
    10  C:\golang\bootstrap.exe
    11  
    12  goto loop
    13