summaryrefslogtreecommitdiff
path: root/debian/python-sh/usr/share/doc/python-sh/README.md
diff options
context:
space:
mode:
authorBen Carrillo <ben@futeisha.org>2013-02-06 00:39:45 +0900
committerBen Carrillo <ben@futeisha.org>2013-02-06 00:39:45 +0900
commit81f0b94ba74a6cc657743e8e3aa8478350da1979 (patch)
tree268ecdf5e120de7703f6dcd85d6f555029d3c5bf /debian/python-sh/usr/share/doc/python-sh/README.md
parentfdea06770eaee46ce6cbee6d8f32313475c69d6c (diff)
take build files out from repo
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