Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
bc2ef8f86e057d3b559f5925cd18c976a9e4cf12
/
.
/
y2022
/
message_bridge_client.sh
blob: c81076a0b7e097d4c44a1dc2353887a01e6cd0bf [
file
] [
log
] [
blame
]
#!/bin/bash
while
true
;
do
ping
-
c
1
pi1
-
W
1
&&
break
;
sleep
1
done
echo
Pinged
exec
/
home
/
admin
/
bin
/
message_bridge_client
"$@"