I hereby claim:
- I am andatche on github.
- I am andatche (https://keybase.io/andatche) on keybase.
- I have a public key whose fingerprint is 7A25 B9CB D644 A3F5 5615 B193 A545 5B42 E54A C47A
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| if [[ ! $# -eq 2 ]] | |
| then | |
| echo "USAGE: $0 <key path> <certificate path>" | |
| exit 1 | |
| fi | |
| KEY=$1 | |
| CERT=$2 |
| #!/usr/bin/env sh | |
| ## | |
| # This is script with usefull tips taken from: | |
| # https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
| # | |
| # install it: | |
| # curl -sL https://raw.github.com/gist/2108403/hack.sh | sh | |
| # |