Send more output to /dev/null

This commit is contained in:
Stig-Ørjan Smelror 2024-01-29 23:39:05 +01:00
parent 9e7dda541b
commit a70b9f029a

5
qsgen2
View File

@ -637,12 +637,13 @@ function _cleanup() {
local debug=true
if (${debug}) echo "${red}_cleanup: Cleaning up links in: ${1}${end}"
if (${debug}) echo "${red}_cleanup: Cleaning up tags in: ${1}${end}"
echo ${1} | sed \
-e "s|¤||g" \
-e "s|#showimg\ ||g" \
-e "s|#ytvideo\ ||g" \
-e "s|#link\ ||g"
-e "s|#link\ ||g" \
> /dev/null
}