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
Redo for 0.2.9 release
[beagle.git]
/
tools
/
beagle-ping
blob
a7a0f3ba590255a3fc43a348a1360d658eccee5e
1
#!/bin/sh
2
3
# This line will be automatically uncommented when you "make install"
4
#installed=1
5
6
if
[
-z
$installed
];
then
7
CMD
=
"./beagle-info"
8
else
9
CMD
=
"beagle-info"
10
fi
11
12
exec -a
beagle-ping
$CMD
--daemon-version