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.