summaryrefslogtreecommitdiff
path: root/debian/python-sh/usr/share/doc/python-sh/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'debian/python-sh/usr/share/doc/python-sh/README.md')
-rw-r--r--debian/python-sh/usr/share/doc/python-sh/README.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/debian/python-sh/usr/share/doc/python-sh/README.md b/debian/python-sh/usr/share/doc/python-sh/README.md
deleted file mode 100644
index 25ad1de..0000000
--- a/debian/python-sh/usr/share/doc/python-sh/README.md
+++ /dev/null
@@ -1,16 +0,0 @@
-sh (previously [pbs](http://pypi.python.org/pypi/pbs)) is a full-fledged
-subprocess interface for Python 2.6 - 3.2
-that allows you to call any program as if it were a function:
-
-```python
-from sh import ifconfig
-print ifconfig("eth0")
-```
-
-sh is not a collection of system commands implemented in Python.
-
-# Installation
-
- $> pip install sh
-
-# Complete documentation @ http://amoffat.github.com/sh