newlines are good

git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@380886 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2006-02-25 02:53:14 +00:00
parent 3c780a7c9e
commit 865611e749
1 changed files with 2 additions and 1 deletions

View File

@ -5,8 +5,9 @@ URL=http://localhost:8983/solr/update
for f in $FILES; do
echo Posting file $f to $URL
curl $URL --data-binary @$f
echo
done
#send the commit command to make sure all the changes are flushed and visible
curl $URL --data-binary '<commit/>'
echo