bat-extras/test/shimexec/tput

6 lines
75 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
case "$1" in
cols) echo 80 ;;
lines) echo 22 ;;
esac