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 <