linting fix for def

This commit is contained in:
James Tomasino 2020-09-18 22:25:57 +00:00
parent 6f238130a9
commit 7653070cc9
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
sdcv -n --utf8-output --color "$@" 2>&1 | \
fold --width=$(tput cols) | \
fold --width="$(tput cols)" | \
less -FRX