mirror of
https://github.com/dylanaraps/pfetch.git
synced 2026-01-02 16:02:12 +01:00
github: abuse CI to test escape sequence detection
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -9,3 +9,5 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
shellcheck pfetch
|
shellcheck pfetch
|
||||||
sh pfetch
|
sh pfetch
|
||||||
|
var=$(printf '[?7l[?25l')
|
||||||
|
echo "a${var}b"
|
||||||
|
|||||||
Reference in New Issue
Block a user