From 5ef4b5c41f5b5343851795ff216c1dfbf468ee0d Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 9 Nov 2012 15:35:59 +0100 Subject: add 14 more webchecks --- bin/webcheck_url.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'bin/webcheck_url.sh') diff --git a/bin/webcheck_url.sh b/bin/webcheck_url.sh index 366f1890..2652f5b0 100755 --- a/bin/webcheck_url.sh +++ b/bin/webcheck_url.sh @@ -16,12 +16,8 @@ set -e export LANG=C export http_proxy="http://localhost:3128" -TMPFILE=$(mktemp -d) -cd $TMPFILE PARAMS="" if [ "$2" != "" ] ; then PARAMS=$(for i in $2 ; do echo -n "-y $i " ; done) fi webcheck $1 $PARAMS -cd .. -mv $TMPFILE $(basename $1) -- cgit v1.2.3-54-g00ecf