bat 0.26.1

A cat(1) clone with wings.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Comment

[attr]binary -diff -merge -text

*          text=auto
*.c        diff=c
*.cc       text diff=cpp
*.o        binary
*.bat      text eol=crlf
*.lock     text -diff
*.*ignore  text
*.patch    -text

.gitattributes linguist-language=gitattributes
.gitkeep       export-ignore