bat-extras/test/shimexec/tput

5 lines
55 B
Plaintext
Raw Normal View History

case "$1" in
cols) echo 80 ;;
lines) echo 22 ;;
esac