mirror of
https://github.com/eth-p/bat-extras.git
synced 2024-12-12 17:20:40 +01:00
29fb251348
Since we removed a dependency on tput, it makes more sense to shim the command that we replaced it with.
5 lines
60 B
Bash
Executable File
5 lines
60 B
Bash
Executable File
#!/usr/bin/env bash
|
|
case "$1" in
|
|
size) echo "20 80" ;;
|
|
esac
|