mirror of
https://github.com/embarklabs/neo-blessed.git
synced 2025-02-10 18:07:12 +00:00
6 lines
95 B
Bash
Executable File
6 lines
95 B
Bash
Executable File
#!/bin/bash
|
|
|
|
node test/tput.js "$@" | tee out
|
|
diff -u -s test/terminfo out | less -c -R
|
|
rm out
|