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-status
blob
dcabdd273f6100664e6b9d6fcd537b158f054eef
1
#!/bin/sh
2
3
if
[
-x
"./beagle-info"
];
then
4
CMD
=
"./beagle-info"
5
else
6
CMD
=
"beagle-info"
7
fi
8
9
while
[
1
];
do
10
clear
11
$CMD
--status
|
head
-n
20
12
sleep
1
13
done