This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
ARGS=$(getopt -o p:b:l -l project:base:lower-case -n migrate -- "$@") | |
[ $? -eq 0 ] || exit 1 | |
eval set -- "$ARGS" | |
[email protected]:example |