From 69f750e91e311bf53e206cf555b255550e62fb3e Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 10 Jul 2017 13:38:53 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fddd100..c4f28cb 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Here's a list of things it currently supports: To use it, simply paste this into the target terminal: ```bash -cstemp=$(mktemp); curl -o ${cstemp} -L https://goo.gl/ZTtVRq; chmod +x ${cstemp}; source ${cstemp}; rm ${cstemp}; cstemp=; + 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: