projekty
/
imago.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
parameters
[imago.git]
/
tests
/
play
1
#!/bin/bash
2
3
clear
4
5
for file in "$1/"*".txt" ; do
6
echo $file
7
cat $file
8
sleep 1
9
clear
10
done