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

https://github.com/javanile/cuba

cURL + BASH = cuba
https://github.com/javanile/cuba

bash curl runner

Last synced: 2 months ago
JSON representation

cURL + BASH = cuba

Awesome Lists containing this project

README

        

# cuba

![bpkg](https://img.shields.io/badge/bpkg-0.0.1-6ab825)

```shell
alias cuba='curl -sL cuba.cf/cuba | bash -s --'
```

```
curl -sL cuba.cf/cuba | bash
```

```bash
curl -i "https://git.io" \
-d "url=https://raw.githubusercontent.com/javanile/cuba/master/installer.sh" \
-d "code=cuba.sh"
```

```bash
curl -i "https://git.io" \
-d "url=https://raw.githubusercontent.com/javanile/cuba/master/cuba-list.sh" \
-d "code=list.sh"
```

```bash
curl -i "https://git.io" \
-d "url=https://raw.githubusercontent.com/javanile/cuba/master/cuba-get.sh" \
-d "code=get.sh"
```

```bash
curl -i "https://git.io" \
-d "url=https://raw.githubusercontent.com/javanile/cuba/master/cuba-clone.sh" \
-d "code=clone.sh"
```