I hereby claim:
- I am jeremytwfortune on github.
- I am jeremytwfortune (https://keybase.io/jeremytwfortune) on keybase.
- I have a public key whose fingerprint is D4C4 E504 AD6F BE59 DCE9 BD4A 2ACF 48F6 35E4 0FA7
To claim this, I am signing this object:
| [user] | |
| name = Jeremy Fortune | |
| email = [email protected] | |
| signingkey = 35E40FA7 | |
| [http] | |
| sslcainfo = C:\\Program Files\\Git\\mingw64\\ssl\\certs\\ca-bundle.crt | |
| [core] | |
| autocrlf = true | |
| editor = vim | |
| [alias] |
| #!/bin/bash | |
| # random | |
| # Creates random strings based on urandom. | |
| usage() { | |
| echo "$(basename $0)" | |
| echo ' Returns random strings based on the subcommand.' | |
| echo ' The seed subcommand defauls to length 40; all others are 20.' | |
| echo "Usage: $(basename $0) (seed|number|name|word) [-l | --length] <length>" | |
| } |
| Verifying that +jeremytwfortune is my blockchain ID. https://onename.com/jeremytwfortune |
| # ~/.bashrc: executed by bash(1) for non-login shells. | |
| # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) | |
| # for examples | |
| # If not running interactively, don't do anything | |
| case $- in | |
| *i*) ;; | |
| *) return;; | |
| esac |
I hereby claim:
To claim this, I am signing this object:
| # To the extent possible under law, the author(s) have dedicated all | |
| # copyright and related and neighboring rights to this software to the | |
| # public domain worldwide. This software is distributed without any warranty. | |
| # You should have received a copy of the CC0 Public Domain Dedication along | |
| # with this software. | |
| # If not, see <http://creativecommons.org/publicdomain/zero/1.0/>. | |
| # base-files version 4.1-1 | |
| # ~/.bash_profile: executed by bash(1) for login shells. |