1
Fork 0
Arthur Yunusov 2013-09-30 16:30:08 +06:00
commit 91d7af15fb
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ for tour in $@; do
url=https://raw.github.com/$repo/master/$tournament/tour_$tour/tour_info
echo ">>>"
curl -q --silent $url | while read line; do
curl -q --silent -w '\n' $url | while read line; do
if [[ -z $line ]]; then
echo
elif [[ -z $name || $(egrep "Тур|=|Время|$name" <<< "$line") ]]; then