nsbin/http_zeit.sh

12 lines
115 B
Bash
Raw Normal View History

2006-07-20 07:54:37 +00:00
#!/bin/sh
# Nico Schottelius
if [ $# -ne 1 ]; then
echo "$0 URL"
exit 1
fi
date
curl -s $1 >/dev/null
date