I hereby claim:
- I am joshgoebel on github.
- I am yyyc514 (https://keybase.io/yyyc514) on keybase.
- I have a public key ASCFo6vYq3Kc-zrgL7HQ9gE3J7VTDdiCg3bqwXFRlPypswo
To claim this, I am signing this object:
body { | |
background:black; | |
color: #ccc; | |
padding:0px 40px; | |
font-family: "Operator Mono"; | |
font-weight: 200; | |
} | |
h1,h2,h3,p { | |
font-size:1em; |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
# first clone the stan docs repo | |
# git clone https://github.com/stan-dev/docs.git | |
# then cd into it and run this script | |
grep_version=$(grep -V) | |
grep_=${1:-grep} | |
bsd='BSD' | |
if [[ $(grep -V) == *"$bsd"* ]] && [[ $# -eq 0 ]] |