I hereby claim:
- I am k0s on github.
- I am k0s (https://keybase.io/k0s) on keybase.
- I have a public key ASD-_3yirb5u7Xc6jW61jPo6LB3jJ5W_TlfT24qbX_MuEAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env python | |
import urllib, sys | |
if len(sys.argv) == 2: | |
url = "http://%s.pastebin.mozilla.org" % sys.argv[1] | |
fmt = sys.argv[1] | |
else: | |
url = "http://pastebin.mozilla.org" | |
fmt = "None" |