mirror of
https://github.com/eth-p/bat-extras.git
synced 2025-01-31 09:29:14 +01:00
5 lines
55 B
Plaintext
Executable File
5 lines
55 B
Plaintext
Executable File
case "$1" in
|
|
cols) echo 80 ;;
|
|
lines) echo 22 ;;
|
|
esac
|