An open API service indexing awesome lists of open source software.

https://github.com/uetchy/sandbox

sandbox
https://github.com/uetchy/sandbox

Last synced: 4 months ago
JSON representation

sandbox

Awesome Lists containing this project

README

          

# sandbox

Add `sandbox` alias to your shell config:

```
alias sandbox="docker run --rm -it -v \"\$HOME/Downloads:/root/Downloads\" uetchy/sandbox"
```

then type `sandbox` to dive in sandbox environment.

```
sandbox
```