I hereby claim:
- I am bentruyman on github.
- I am bentruyman (https://keybase.io/bentruyman) on keybase.
- I have a public key ASDO_5icOptXvOSHb8y3ALN6KYO3w2d2s7Ep0Zzx4ckHKgo
To claim this, I am signing this object:
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>Ansi 0 Color</key> | |
<dict> | |
<key>Blue Component</key> | |
<real>0.10051459074020386</real> | |
<key>Green Component</key> | |
<real>0.10051288455724716</real> |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env bash | |
set -euo pipefail | |
#============================================================================= | |
# NAME | |
# print-code | |
# | |
# DESCRIPTION | |
# Outputs the contents of matching files in a directory or Git repository, | |
# excluding ignored and binary files. Each file's content is wrapped with |