mirror of
https://github.com/eth-p/bat-extras.git
synced 2026-09-10 07:16:25 -04:00
6 lines
73 B
Bash
Executable file
6 lines
73 B
Bash
Executable file
#!/usr/bin/env bash
|
|
case "$1" in
|
|
cols) echo 80 ;;
|
|
lines) echo 22 ;;
|
|
esac
|