bat-extras/test/shimexec/tput

6 lines
73 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
case "$1" in
2020-03-31 23:51:00 +02:00
cols) echo 80 ;;
lines) echo 22 ;;
esac