I hereby claim:
- I am josilo on github.
- I am josilo (https://keybase.io/josilo) on keybase.
- I have a public key ASDJCpSEY3Opp9hFD0rYI2zrCV_-sT4uSkTleyeE0SE21go
To claim this, I am signing this object:
| DISCLAIMER: | |
| All my personal repositories are private. | |
| What you see is what I am currently contributing to. |
I hereby claim:
To claim this, I am signing this object:
| import subprocess | |
| import locale | |
| import sys | |
| enc = locale.getpreferredencoding() | |
| def call(cmd): | |
| r, e = subprocess.Popen(cmd, stdout=subprocess.PIPE).communicate() | |
| return r.decode(enc) |