From 812a5e176e1b1c20bfeb06ddd3f9462e3e482771 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 7 Jul 2017 14:39:44 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a0715f8..deae4c3 100644 --- a/README.md +++ b/README.md @@ -75,5 +75,11 @@ To use it, simply paste this into the target terminal: cstemp=$(mktemp); curl -o ${cstemp} -L https://goo.gl/ZTtVRq; chmod +x ${cstemp}; source ${cstemp}; rm ${cstemp}; cstemp=; ``` +and then to drop out of cloudsurfer again: + +```bash +exec bash && reset +``` + ## Disclaimer I don't own many of the tools in this repository. If you are an owner of one of these tools and I haven't linked to you, please let me know as I probably forgot.