repo.or.cz
/
beagle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Thumbnail file hits. Based on a patch from D Bera
[beagle.git]
/
tools
/
beagle-ping
blob
1ac824a26d5013550ae6d945fb62fb7c6b560be5
1
#!/bin/sh
2
3
if
[
-x
"./beagle-info"
];
then
4
CMD
=
"./beagle-info"
5
else
6
CMD
=
"beagle-info"
7
fi
8
9
exec -a
beagle-ping
$CMD
--daemon-version