|
|
|
|
|
by jquast
3860 days ago
|
|
> As much as I really like python, I find that calling system commands is a pain.. calling os.system is obviously far from great, and calling subprocess can get cumbersome. Have a look at the 'sh' python module to ease your pain: http://pypi.python.org/pypi/sh |
|