I hereby claim:
- I am echoechochamber on github.
- I am akwilliams (https://keybase.io/akwilliams) on keybase.
- I have a public key ASBW80YT8lk0fK0V8OdVOiLOs4imjeVlIx4cyu1urmT2fgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # Created by https://www.gitignore.io | |
| ### OSX ### | |
| .DS_Store | |
| .AppleDouble | |
| .LSOverride | |
| # Icon must end with two \r | |
| Icon |
| #!/bin/bash | |
| # Contributed by @quinkennedy (https://gist.github.com/quinkennedy/fc78c2bb1d6b1e27c174) | |
| # modified to create images rather than installs by Jeremias Volker http://github.com/jvolker | |
| { # this ensures the entire script is downloaded # | |
| openframe_has() { | |
| type "$1" > /dev/null 2>&1 | |
| } | |
| if [ -z "$OPENFRAME_DIR" ]; then |