summaryrefslogtreecommitdiffstats
path: root/cholerab
diff options
context:
space:
mode:
authoreuer <root@euer.krebsco.de>2012-12-07 22:53:52 +0100
committereuer <root@euer.krebsco.de>2012-12-07 22:53:52 +0100
commitd263d0e9e7e6c37f793eb3ec1908d188849f5d02 (patch)
tree1636d12349ebb4c3ff16ec755771fccb1e46f823 /cholerab
parentd3d49099cbe570dee7f6cbfab2723bc04d81ac79 (diff)
parent253f0a908b190f0ff6d2f71023d050c088533c02 (diff)
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'cholerab')
-rw-r--r--cholerab/ENTERPRISE_PATTERN (renamed from cholerab/pattern/README)16
1 files changed, 16 insertions, 0 deletions
diff --git a/cholerab/pattern/README b/cholerab/ENTERPRISE_PATTERN
index 0980ac6e..4e417709 100644
--- a/cholerab/pattern/README
+++ b/cholerab/ENTERPRISE_PATTERN
@@ -65,4 +65,20 @@ Literate Programming
--------------------
Omit all the comments.
+Litterate Programming
+---------------------
+Write throw-away code and it will become production code
+
+Enterprise Expect
+-----------------
+Because you always know what you want, `expect(3)` script code can be replaced
+by a `subshell and pipe` pattern :
+
+<code>
+ ( echo "$username"; sleep 1; echo "$password"; sleep 1; echo "cp old new" ) | telnet
+</code>
+
+painload example: `//retiolum/bin/announce_pubkey`
+
+