Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
ab438582812e33c2925b2d28f1172cf54cf76f70
/
.
/
y2022
/
message_bridge_client.sh
blob: c81076a0b7e097d4c44a1dc2353887a01e6cd0bf [
file
] [
log
] [
blame
]
Austin Schuh
6b2edc6
2022-03-27 13:32:09 -0700
[
diff
] [
blame
]
1
#!/bin/bash
2
3
while
true
;
4
do
5
ping
-
c
1
pi1
-
W
1
&&
break
;
6
sleep
1
7
done
8
9
echo
Pinged
10
11
exec
/
home
/
admin
/
bin
/
message_bridge_client
"$@"