Mercurial > hg > LGDataverses
view scripts/issues/2013/hit-homepage.sh @ 11:08c950a22cee
new: add getAllDataverseAlias api for LGServices
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Wed, 09 Sep 2015 17:13:18 +0200 |
parents | a50cf11e5178 |
children |
line wrap: on
line source
#!/bin/bash count=0; while true; echo "hitting homepage attempt $((++count))"; do (curl -s -i http://127.0.0.1:8888 | head -9); sleep 3; done