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
|