deprecate wget, use curl instead
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
WEB=$1
|
||||
TMP=.status.tmp
|
||||
|
||||
wget -qO $TMP $WEB
|
||||
curl -m 10 -s -o $TMP $WEB
|
||||
|
||||
STATUS=$(grep "Termination Status" $TMP | perl -pe "s/.*\<dd\>(.+)\<.*/\1/"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user