mirror of
https://github.com/embarklabs/neo-blessed.git
synced 2025-01-23 09:20:05 +00:00
6 lines
95 B
Plaintext
6 lines
95 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
node test/tput.js "$@" | tee out
|
||
|
diff -u -s test/terminfo out | less -c -R
|
||
|
rm out
|