Sign in
cobalt
/
cobalt
/
b48d5d342d8a80b19c4a69b353cdb8fdc6ab3789
/
.
/
docker
/
windows
/
base
/
build
/
spin.ps1
blob: 339c0df29d54ddc07b7e725024c0e71c73f09cc5 [
file
] [
log
] [
blame
]
# 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
;
}