Skip to content

Instantly share code, notes, and snippets.

View eldridge's full-sized avatar

Mike Eldridge eldridge

View GitHub Profile
### Keybase proof
I hereby claim:
* I am eldridge on github.
* I am eldridge (https://keybase.io/eldridge) on keybase.
* I have a public key whose fingerprint is E9BA B302 B640 987A 6A46 D27A 354B F8CD F7AA CB27
To claim this, I am signing this object:
#!/bin/bash
ARGS=$(getopt -o p:b:l -l project:base:lower-case -n migrate -- "$@")
[ $? -eq 0 ] || exit 1
eval set -- "$ARGS"
BASE=git@github.com:example