diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-08-06 08:25:41 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-06 08:25:41 +0700 |
commit | 477b5200b6dbd626df5c1461ddb03786a42a4897 (patch) | |
tree | dab73f0c3c9fda62df3a2abff0cf93ff05d79cb1 /libraries/plumbum/README | |
parent | c1df270e0fa9d4e78b403b4161bcf041bece3610 (diff) |
libraries/plumbum: Added (shell combinators library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/plumbum/README')
-rw-r--r-- | libraries/plumbum/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/plumbum/README b/libraries/plumbum/README new file mode 100644 index 0000000000000..8f3c6ba751bed --- /dev/null +++ b/libraries/plumbum/README @@ -0,0 +1,2 @@ +Ever wished the compactness of shell scripts be put into a real +programming language? Say hello to Plumbum Shell Combinators. |