X-Git-Url: http://git.tomasm.cz/imago.git/blobdiff_plain/1e4066f3ac16b0d438b2d1d6f02c3e0fc5ee67d2..444c17ee7aa867e50bc23066a27b38e28f2152e1:/tests/play?ds=sidebyside 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