projekty
/
imago.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
6f654445807653ee703747ed51f23568c2121212
[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