Skip to content

Instantly share code, notes, and snippets.

View mattdm's full-sized avatar

Matthew Miller mattdm

View GitHub Profile
@mattdm
mattdm / sp.sh
Created August 9, 2017 18:53
sp — a really simple script for spell-checking individual words from the command line
#!/bin/bash
TMPFILE=$( mktemp )
trap "rm -rf $TMPFILE" EXIT
echo "$*" > $TMPFILE
aspell check --dont-ignore-case $TMPFILE
cat $TMPFILE
@mattdm
mattdm / keybase.md
Created May 8, 2017 17:01
Identity Verification

Keybase proof

I hereby claim:

  • I am mattdm on github.
  • I am mattdm (https://keybase.io/mattdm) on keybase.
  • I have a public key whose fingerprint is 8EB4 F56B F085 A17C CFCE 3FA6 94CE A02D 79A7 9C06

To claim this, I am signing this object: