Break up too long line
This commit is contained in:
parent
35ebd713e5
commit
e8fa980d8e
|
@ -30,7 +30,8 @@ for url in ${urls}; do
|
||||||
sleep 1 # dpaste.com workaround
|
sleep 1 # dpaste.com workaround
|
||||||
local file="$(mktemp --suffix='.readwwwlog')"
|
local file="$(mktemp --suffix='.readwwwlog')"
|
||||||
curl --silent --location --output ${file} ${url}
|
curl --silent --location --output ${file} ${url}
|
||||||
${TERMINAL} ${termopts} -e less --LINE-NUMBERS --pattern='(error|fail):' ${file}
|
${TERMINAL} ${termopts} -e \
|
||||||
|
less --LINE-NUMBERS --pattern='(error|fail):' ${file}
|
||||||
rm ${file}
|
rm ${file}
|
||||||
else
|
else
|
||||||
${default_cmd} ${url}
|
${default_cmd} ${url}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user