Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
4864a2d0d0bb54a1556b51e062b3dc229f9a6d82
/
.
/
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
"$@"