From d3b46b912dd2a93c486831eba2dc547bef9a08c2 Mon Sep 17 00:00:00 2001 From: Bruno Tavares Date: Thu, 20 Feb 2014 16:53:59 -0300 Subject: [PATCH] Introduce baseline infect --- README.md | 7 +++++++ lib/kickstart-infect | 8 ++++++++ 2 files changed, 15 insertions(+) create mode 100755 lib/kickstart-infect diff --git a/README.md b/README.md index 857e20b..ef4ed18 100644 --- a/README.md +++ b/README.md @@ -82,5 +82,12 @@ Deploy localy a recipe that is not over ssh. It basicaly compile and run the ins kickstart local [roles ...] ``` +#### infect +Infect your shell with the kickstart utility functions + +```bash +eval "$(kickstart infect)" +``` + ### Thanks This project was inspired on [sunzi](https://github.com/kenn/sunzi) diff --git a/lib/kickstart-infect b/lib/kickstart-infect new file mode 100755 index 0000000..26ed3bb --- /dev/null +++ b/lib/kickstart-infect @@ -0,0 +1,8 @@ +#!/bin/bash + +cat <