diff --git a/.config/zsh/functions/readwwwlog b/.config/zsh/functions/readwwwlog index 6f2188b..28624c4 100755 --- a/.config/zsh/functions/readwwwlog +++ b/.config/zsh/functions/readwwwlog @@ -30,7 +30,8 @@ for url in ${urls}; do sleep 1 # dpaste.com workaround local file="$(mktemp --suffix='.readwwwlog')" 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} else ${default_cmd} ${url}