X-Git-Url: http://git.tomasm.cz/imago.git/blobdiff_plain/1e4066f3ac16b0d438b2d1d6f02c3e0fc5ee67d2..adb3df32314977f59a091897da1f826662853f87:/tests/play diff --git a/tests/play b/tests/play index 6f65444..25c26fa 100755 --- a/tests/play +++ b/tests/play @@ -2,7 +2,7 @@ clear -for file in $1/*.txt ; do +for file in "$1/"*".txt" ; do echo $file cat $file sleep 1