repo.or.cz
/
guilt.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gq-header & TODO update
[guilt.git]
/
gq
blob
8d9d8c6939a48f22628e2e946df2a5cc6ce0df74
1
#!/bin/bash
2
#
3
# Copyright (c) Josef "Jeff" Sipek, 2006
4
#
5
6
for
x
in
`dirname
$0
`
/
gq
*;
do
7
[
-x
$x
] &&
echo -e
"
\t
$x
"
8
done
9