Author: hossman
Date: Fri Feb 24 18:53:14 2006
New Revision: 380886
URL: http://svn.apache.org/viewcvs?rev=380886&view=rev
Log:
newlines are good
Modified:
incubator/solr/trunk/example/exampledocs/post.sh
Modified: incubator/solr/trunk/example/exampledocs/post.sh
URL:
http://svn.apache.org/viewcvs/incubator/solr/trunk/example/exampledocs/post.sh?rev=380886&r1=380885&r2=380886&view=diff
==============================================================================
--- incubator/solr/trunk/example/exampledocs/post.sh (original)
+++ incubator/solr/trunk/example/exampledocs/post.sh Fri Feb 24 18:53:14 2006
@@ -5,8 +5,9 @@
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