projekty
/
imago.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix more errors
[imago.git]
/
tests
/
play
diff --git
a/tests/play
b/tests/play
index
6f65444
..
25c26fa
100755
(executable)
--- a/
tests/play
+++ b/
tests/play
@@
-2,7
+2,7
@@
clear
clear
-for file in
$1/*.txt
; do
+for file in
"$1/"*".txt"
; do
echo $file
cat $file
sleep 1
echo $file
cat $file
sleep 1