mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-23 08:13:26 +01:00
.. | ||
bat_options | ||
plaintext.txt | ||
README.md |
This text file was generated with the following script.
with open("plaintext.txt", "w"):
for i in range(176):
try:
f.write(chr(i) + "\n")
except:
pass
f.write("\n")
f.write("Here is a line with multiple characters\n")