8 lines
73 B
Bash
8 lines
73 B
Bash
# bat
|
|
|
|
#= b
|
|
rwx_bat() {
|
|
# TODO handle bat & batcat
|
|
batcat \
|
|
"${@}"
|
|
}
|