Christopher Jeffrey 83053e7fe4 script
2013-03-05 02:48:31 -06:00

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