diff options
Diffstat (limited to 'python/python-sh/README')
-rw-r--r-- | python/python-sh/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python-sh/README b/python/python-sh/README new file mode 100644 index 0000000000..5d7ae670f6 --- /dev/null +++ b/python/python-sh/README @@ -0,0 +1,6 @@ +sh (previously pbs) is a full-fledged subprocess interface for Python that +allows you to call any program as if it were a function. + +Eg: +from sh import ifconfig +print(ifconfig("wlan0")) |