initial commit via gitinitshit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
param(
|
||||
[string]
|
||||
$session = 'pi3'
|
||||
)
|
||||
|
||||
while($True) {
|
||||
ssh $session
|
||||
echo "Waiting 5 Seconds..."
|
||||
sleep 5
|
||||
wait-on-host -hostname $session
|
||||
}
|
||||
Reference in New Issue
Block a user