Sha256: f69fc2ca443b9ea1afff513db55c8890804f32150372a716cabe9febf5b214db
Contents?: true
Size: 376 Bytes
Versions: 54
Compression:
Stored size: 376 Bytes
Contents
#!/usr/bin/env sh until $(curl --output /dev/null --silent --head --fail http://localhost:8984/solr); do printf '.' sleep 1 done until $(curl --output /dev/null --silent --head --fail http://localhost:8985/solr); do printf '.' sleep 1 done until $(curl --output /dev/null --silent --head --fail http://localhost:8988/rest); do printf '.' sleep 1 done
Version data entries
54 entries across 54 versions & 1 rubygems