I hereby claim:
- I am ehashman on github.
- I am ehashman (https://keybase.io/ehashman) on keybase.
- I have a public key whose fingerprint is 7D0B 1775 E262 6DD8 99D2 0BED DECA 0C9D 30ED 9FE3
To claim this, I am signing this object:
| #!/bin/bash | |
| if [ $# != 1 ]; then | |
| echo "yoink.sh: Usage: yoink <youtube link>" | |
| exit 1 | |
| fi | |
| source $HOME/.virtualenvs/youtube-dl/bin/activate | |
| output=$(youtube-dl -x -o "$HOME/music/YouTube/%(title)s-%(id)s.%(ext)s" "$1" 2>&1 | tee /dev/tty) |
| import json | |
| import pprint | |
| SUPPORTED_SKUS = [ | |
| "Standard_D16as_v4", | |
| "Standard_D16s_v3", | |
| "Standard_D2s_v3", | |
| "Standard_D32as_v4", | |
| "Standard_D32s_v3", | |
| "Standard_D4as_v4", |
| #!/bin/bash | |
| # | |
| # .git/hooks/pre-commit | |
| if [[ -n `gofmt -s -l pkg cmd test` ]]; then | |
| gofmt -s -d pkg cmd test | |
| exit 1 | |
| fi |
| #!/bin/bash | |
| # | |
| # Save me as | |
| # .git/hooks/pre-commit | |
| if [[ -n `gofmt -s -l pkg cmd test` ]]; then | |
| gofmt -s -d pkg cmd test | |
| exit 1 | |
| fi |
I hereby claim:
To claim this, I am signing this object: