github: abuse CI to test escape sequence detection

This commit is contained in:
Dylan Araps 2019-10-01 01:06:07 +03:00
parent 66e0bfe709
commit e0b082423f

View File

@ -9,5 +9,5 @@ jobs:
run: |
shellcheck pfetch
sh pfetch
var=$(printf '[?7l[?25l')
var=$(printf '\033[?7l\033[?25l')
echo "a${var}b"