neo-blessed/test/tput

6 lines
95 B
Plaintext
Raw Normal View History

2013-03-05 08:47:04 +00:00
#!/bin/bash
node test/tput.js "$@" | tee out
diff -u -s test/terminfo out | less -c -R
rm out