mirror of
https://github.com/sbrl/bin.git
synced 2018-01-10 21:33:46 +00:00
Update README.md
This commit is contained in:
parent
20b178ae42
commit
812a5e176e
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue