improve formating
This commit is contained in:
parent
3c62cf179a
commit
4376a1a22a
|
@ -2,9 +2,9 @@
|
|||
|
||||
if [ "$1" == "html" ] || [ "$1" == "HTML" ]; then
|
||||
word=${2:-$(sselp)}
|
||||
sdcv -n --utf8-output -e "$word" | perl -pe 's/<[^>]*>//g' | popup
|
||||
sdcv -n --utf8-output -e "$word" | tail -n +5 | perl -pe 's/<[^>]*>//g' | popup
|
||||
else
|
||||
word=${1:-$(sselp)}
|
||||
sdcv -n --utf8-output -e "$word" | perl -pe 's/<[^>]*>//g' | popup
|
||||
sdcv -n --utf8-output -e "$word" | tail -n +5 | perl -pe 's/<[^>]*>//g' | popup
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue