I hereby claim:
- I am locution on github.
- I am locution (https://keybase.io/locution) on keybase.
- I have a public key ASBZy-LmZpU8z33BpKCE3o5p5aJbOSHpM2e62Xi_-CoXiAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| import sys | |
| import boto | |
| import pprint | |
| del_flag = '' | |
| if len(sys.argv) > 1: | |
| del_flag = sys.argv[1] |