Sign in
cobalt
/
cobalt
/
25f5f36f7ec10aaaebdc9eda48cd1423123bdd55
/
.
/
docker
/
windows
/
base
/
build
/
spin.ps1
blob: 339c0df29d54ddc07b7e725024c0e71c73f09cc5 [
file
]
# Helper script to run an placeholder process on windows.
# This serves to keep windows containers running, so we can shell into it to
# administer it.
while
(
$true
)
{
test
-
connection google
.
com
-
Count
1
;
sleep
120
;
}