Send more output to /dev/null
This commit is contained in:
parent
9e7dda541b
commit
a70b9f029a
5
qsgen2
5
qsgen2
@ -637,12 +637,13 @@ function _cleanup() {
|
|||||||
|
|
||||||
local debug=true
|
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 \
|
echo ${1} | sed \
|
||||||
-e "s|¤||g" \
|
-e "s|¤||g" \
|
||||||
-e "s|#showimg\ ||g" \
|
-e "s|#showimg\ ||g" \
|
||||||
-e "s|#ytvideo\ ||g" \
|
-e "s|#ytvideo\ ||g" \
|
||||||
-e "s|#link\ ||g"
|
-e "s|#link\ ||g" \
|
||||||
|
> /dev/null
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user