index
:
_forks/redo-testcases
master
Mirror of http://daten.dieweltistgarnichtso.net/src/redo-testcases.git/
Nathan Ringo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
all.do
blob: 3912ce6c3ba7378ef81b8ce013095bd8941dedba (
plain
)
1
2
3
4
5
6
#
!/
bin
/
sh
for dir in
*
;
do
if test
-
d
$dir
; then (cd
$dir
&&
redo) fi done